Re: [PATCH v2] KVM: x86: Check INVPCID feature bit in EBX of leaf 7

2012-09-09 Thread Avi Kivity
On 09/07/2012 10:36 AM, Ren, Yongjie wrote: > Checks and operations on the INVPCID feature bit should use EBX of CPUID leaf > 7 instead of ECX. > > Changes from v1: > - fixed patch format issue. > Thanks, applied to master for 3.6. -- error compiling committee.c: too many arguments to

[PATCH v2] KVM: x86: Check INVPCID feature bit in EBX of leaf 7

2012-09-07 Thread Ren, Yongjie
Checks and operations on the INVPCID feature bit should use EBX of CPUID leaf 7 instead of ECX. Changes from v1: - fixed patch format issue. Signed-off-by: Junjie Mao Signed-off-by: Yongjie Ren --- arch/x86/kvm/vmx.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff