* [PATCH] kvm-kmod: x86: Define CONFIG_HAVE_KVM_EVENTFD when missing
@ 2009-05-22 20:03 Jan Kiszka
2009-05-24 8:23 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2009-05-22 20:03 UTC (permalink / raw)
To: Avi Kivity; +Cc: kvm-devel
[-- Attachment #1: Type: text/plain, Size: 541 bytes --]
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
x86/external-module-compat.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h
index a9476ff..d74aaaa 100644
--- a/x86/external-module-compat.h
+++ b/x86/external-module-compat.h
@@ -531,3 +531,7 @@ typedef u64 phys_addr_t;
#ifndef CONFIG_HAVE_KVM_IRQCHIP
#define CONFIG_HAVE_KVM_IRQCHIP 1
#endif
+
+#ifndef CONFIG_HAVE_KVM_EVENTFD
+#define CONFIG_HAVE_KVM_EVENTFD 1
+#endif
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] kvm-kmod: x86: Define CONFIG_HAVE_KVM_EVENTFD when missing
2009-05-22 20:03 [PATCH] kvm-kmod: x86: Define CONFIG_HAVE_KVM_EVENTFD when missing Jan Kiszka
@ 2009-05-24 8:23 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2009-05-24 8:23 UTC (permalink / raw)
To: Jan Kiszka; +Cc: kvm-devel
Jan Kiszka wrote:
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>
> x86/external-module-compat.h | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h
> index a9476ff..d74aaaa 100644
> --- a/x86/external-module-compat.h
> +++ b/x86/external-module-compat.h
> @@ -531,3 +531,7 @@ typedef u64 phys_addr_t;
> #ifndef CONFIG_HAVE_KVM_IRQCHIP
> #define CONFIG_HAVE_KVM_IRQCHIP 1
> #endif
> +
> +#ifndef CONFIG_HAVE_KVM_EVENTFD
> +#define CONFIG_HAVE_KVM_EVENTFD 1
> +#endif
>
I already have this, just forgot to push. Sorry.
(a good thing anyway since I forgot the #ifndef)
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-24 8:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-22 20:03 [PATCH] kvm-kmod: x86: Define CONFIG_HAVE_KVM_EVENTFD when missing Jan Kiszka
2009-05-24 8:23 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox