Jan Kiszka wrote:
Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html