This patch adds a compat definition for MSR_VM_IGNNE Signed-off-by: Alexander Graf <agraf@xxxxxxx> --- kvm/kernel/x86/external-module-compat.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/kvm/kernel/x86/external-module-compat.h b/kvm/kernel/x86/external-module-compat.h index 8f9aae0..da42d7b 100644 --- a/kvm/kernel/x86/external-module-compat.h +++ b/kvm/kernel/x86/external-module-compat.h @@ -30,6 +30,11 @@ #define MSR_VM_CR 0xc0010114 #endif +#ifndef MSR_VM_IGNNE +#define MSR_VM_IGNNE 0xc0010115 +#endif + + #ifndef MSR_VM_HSAVE_PA #define MSR_VM_HSAVE_PA 0xc0010117 #endif -- 1.6.0.2 -- 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