Re: [PATCH v2] KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLS

2013-03-05 Thread Marcelo Tosatti
On Mon, Mar 04, 2013 at 05:15:48PM +0100, Jan Kiszka wrote: > Properly set those bits to 1 that the spec demands in case bit 55 of > VMX_BASIC is 0 - like in our case. > > Signed-off-by: Jan Kiszka > --- > > Changes in v2: > - use symbolic constants > > arch/x86/include/asm/vmx.h |4

Re: [PATCH v2] KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLS

2013-03-04 Thread Paolo Bonzini
Il 04/03/2013 17:15, Jan Kiszka ha scritto: > Properly set those bits to 1 that the spec demands in case bit 55 of > VMX_BASIC is 0 - like in our case. > > Signed-off-by: Jan Kiszka Reviewed-by: Paolo Bonzini > --- > > Changes in v2: > - use symbolic constants > > arch/x86/include/asm/vmx

[PATCH v2] KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLS

2013-03-04 Thread Jan Kiszka
Properly set those bits to 1 that the spec demands in case bit 55 of VMX_BASIC is 0 - like in our case. Signed-off-by: Jan Kiszka --- Changes in v2: - use symbolic constants arch/x86/include/asm/vmx.h |4 arch/x86/kvm/vmx.c | 13 ++--- 2 files changed, 14 insertions