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

2013-03-06 Thread Marcelo Tosatti
On Wed, Mar 06, 2013 at 03:44:03PM +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 v3: > - rebase over queue > > arch/x86/include/asm/vmx.h |4 > ar

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

2013-03-06 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 v3: - rebase over queue arch/x86/include/asm/vmx.h |4 arch/x86/kvm/vmx.c | 13 ++--- 2 files changed, 14 insertions(+),