From a0d815797f1ef6e45cd9fd75251cf2e43e5d053b Mon Sep 17 00:00:00 2001 From: Alexander Kudryavtsev Date: Fri, 23 Sep 2011 23:21:08 +0400 Subject: [PATCH 13/32] VMX MSR temporary fix. XXX: do something with it! --- palacios/src/palacios/vmx.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/palacios/src/palacios/vmx.c b/palacios/src/palacios/vmx.c index 11bfa3b..e32221d 100644 --- a/palacios/src/palacios/vmx.c +++ b/palacios/src/palacios/vmx.c @@ -393,7 +393,7 @@ static int init_vmcs_bios(struct guest_info * core, struct vmx_data * vmx_state) // Setup SYSCALL/SYSENTER MSRs in load/store area // save STAR, LSTAR, FMASK, KERNEL_GS_BASE MSRs in MSR load/store area - { + /* { #define IA32_STAR 0xc0000081 #define IA32_LSTAR 0xc0000082 #define IA32_FMASK 0xc0000084 @@ -451,7 +451,7 @@ static int init_vmcs_bios(struct guest_info * core, struct vmx_data * vmx_state) msr_ret |= check_vmcs_write(VMCS_ENTRY_MSR_LOAD_ADDR, (addr_t)V3_PAddr(entry_load_msrs)); } - +*/ /* Sanity check ctrl/reg fields against hw_defaults */ -- 1.7.5.4