From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: [PATCH] Add external-module-compat header for MSR_VM_IGNNE Date: Fri, 15 May 2009 11:01:17 +0200 Message-ID: <1242378078-1908-1-git-send-email-agraf@suse.de> Cc: joerg.roedel@amd.com To: kvm@vger.kernel.org Return-path: Received: from cantor.suse.de ([195.135.220.2]:36273 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756831AbZEOJBS (ORCPT ); Fri, 15 May 2009 05:01:18 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This patch adds a compat definition for MSR_VM_IGNNE Signed-off-by: Alexander Graf --- 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