diff options
-rwxr-xr-x | kvm/scripts/vmxcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm/scripts/vmxcap b/kvm/scripts/vmxcap index 50f094be3..20f13f2c3 100755 --- a/kvm/scripts/vmxcap +++ b/kvm/scripts/vmxcap @@ -67,7 +67,6 @@ controls = [ 3: 'NMI exiting', 5: 'Virtual NMIs', 6: 'Activate VMX-preemption timer', - 7: 'Unrestricted guest', }, cap_msr = MSR_IA32_VMX_PINBASED_CTLS, true_cap_msr = MSR_IA32_VMX_TRUE_PINBASED_CTLS, @@ -111,6 +110,7 @@ controls = [ 4: 'Virtualize x2APIC mode', 5: 'Enable VPID', 6: 'WBINVD exiting', + 7: 'Unrestricted guest', }, cap_msr = MSR_IA32_VMX_PROCBASED_CTLS2, ), |