From: Avi Kivity <[email protected]> New source requires it.
Signed-off-by: Avi Kivity <[email protected]> diff --git a/linux-2.6 b/linux-2.6 index 302471e..7391a6d 160000 --- a/linux-2.6 +++ b/linux-2.6 @@ -1 +1 @@ -Subproject commit 302471ec2b5b6f74eba06973fb85e4584d20ef1e +Subproject commit 7391a6d5118792baad4c518363aaae0d54d009e6 diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h index a9476ff..c180506 100644 --- a/x86/external-module-compat.h +++ b/x86/external-module-compat.h @@ -11,6 +11,10 @@ #include <asm/msr.h> #include <asm/asm.h> +#ifndef CONFIG_HAVE_KVM_EVENTFD +#define CONFIG_HAVE_KVM_EVENTFD 1 +#endif + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,25) #ifdef CONFIG_X86_64 -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
