public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add external-module-compat header for MSR_VM_IGNNE
@ 2009-05-15  9:01 Alexander Graf
  2009-05-15  9:01 ` [PATCH] Don't try to mess with CPUID when running nested SVM Alexander Graf
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Graf @ 2009-05-15  9:01 UTC (permalink / raw)
  To: kvm; +Cc: joerg.roedel

This patch adds a compat definition for MSR_VM_IGNNE

Signed-off-by: Alexander Graf <agraf@suse.de>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-15 11:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-15  9:01 [PATCH] Add external-module-compat header for MSR_VM_IGNNE Alexander Graf
2009-05-15  9:01 ` [PATCH] Don't try to mess with CPUID when running nested SVM Alexander Graf
2009-05-15 11:09   ` Avi Kivity
2009-05-15 11:15     ` Alexander Graf
2009-05-15 11:19       ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox