From: Avi Kivity <a...@redhat.com>

It's a secondary execution control, not a pin-based control.

Signed-off-by: Avi Kivity <a...@redhat.com>

diff --git a/kvm/scripts/vmxcap b/kvm/scripts/vmxcap
index 50f094b..20f13f2 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,
         ),
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to