From: Avi Kivity <[email protected]>

Signed-off-by: Avi Kivity <[email protected]>

diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h
index 365c7b5..7d00b21 100644
--- a/x86/external-module-compat.h
+++ b/x86/external-module-compat.h
@@ -140,6 +140,14 @@ static inline int rdmsrl_safe(unsigned msr, unsigned long 
long *p)
 #define EFER_FFXSR             (1<<_EFER_FFXSR)
 #endif
 
+#ifndef MSR_STAR
+#define MSR_STAR                0xc0000081
+#endif
+
+#ifndef MSR_K8_INT_PENDING_MSG
+#define MSR_K8_INT_PENDING_MSG  0xc0010055
+#endif
+
 #include <asm/cpufeature.h>
 
 #ifndef X86_FEATURE_SVM
--
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

Reply via email to