Re: [PATCH 05/29] nVMX: Implement reading and writing of VMX MSRs

2011-01-31 Thread Nadav Har'El
On Sun, Jan 30, 2011, Avi Kivity wrote about Re: [PATCH 05/29] nVMX: Implement reading and writing of VMX MSRs: +case MSR_IA32_VMX_TRUE_PINBASED_CTLS: +case MSR_IA32_VMX_PINBASED_CTLS: +vmx_msr_low = CORE2_PINBASED_CTLS_MUST_BE_ONE; +vmx_msr_high

Re: [PATCH 05/29] nVMX: Implement reading and writing of VMX MSRs

2011-01-31 Thread Avi Kivity
On 01/31/2011 10:57 AM, Nadav Har'El wrote: On Sun, Jan 30, 2011, Avi Kivity wrote about Re: [PATCH 05/29] nVMX: Implement reading and writing of VMX MSRs: + case MSR_IA32_VMX_TRUE_PINBASED_CTLS: + case MSR_IA32_VMX_PINBASED_CTLS: + vmx_msr_low

Re: [PATCH 05/29] nVMX: Implement reading and writing of VMX MSRs

2011-01-30 Thread Avi Kivity
On 01/27/2011 10:32 AM, Nadav Har'El wrote: When the guest can use VMX instructions (when the nested module option is on), it should also be able to read and write VMX MSRs, e.g., to query about VMX capabilities. This patch adds this support. +#define CORE2_PINBASED_CTLS_MUST_BE_ONE

[PATCH 05/29] nVMX: Implement reading and writing of VMX MSRs

2011-01-27 Thread Nadav Har'El
When the guest can use VMX instructions (when the nested module option is on), it should also be able to read and write VMX MSRs, e.g., to query about VMX capabilities. This patch adds this support. Signed-off-by: Nadav Har'El n...@il.ibm.com --- arch/x86/include/asm/msr-index.h |9 ++