[PATCH kvm-unit-tests 1/4] vmx: adjust reserved bits in MSR_IA32_VMX_EPT_VPID_CAP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Bits 17, 21 and 22 are not reserved anymore.

Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
---
 x86/vmx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x86/vmx.c b/x86/vmx.c
index da5daa8..5200dcd 100644
--- a/x86/vmx.c
+++ b/x86/vmx.c
@@ -886,7 +886,7 @@ static void test_vmx_caps(void)
 
 	val = rdmsr(MSR_IA32_VMX_EPT_VPID_CAP);
 	report("MSR_IA32_VMX_EPT_VPID_CAP",
-	       (val & 0xfffff07ef9eebebeUll) == 0);
+	       (val & 0xfffff07ef98cbebeUll) == 0);
 }
 
 /* This function can only be called in guest */
-- 
1.8.3.1





[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux