diff options
author | 2009-09-23 18:23:54 +0300 | |
---|---|---|
committer | 2009-09-23 18:23:54 +0300 | |
commit | 6a7a8bc68445cbaada2633fae358ea877f031e40 (patch) | |
tree | c39d6f60b6ce50ea898b342024a1db1e0093376c /kvm | |
parent | vmxcap: fix 'Unrestricted Guest' reporting (diff) | |
download | qemu-kvm-6a7a8bc68445cbaada2633fae358ea877f031e40.tar.gz qemu-kvm-6a7a8bc68445cbaada2633fae358ea877f031e40.tar.bz2 qemu-kvm-6a7a8bc68445cbaada2633fae358ea877f031e40.zip |
vmxcap: add PAUSE-loop exiting reporting
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'kvm')
-rwxr-xr-x | kvm/scripts/vmxcap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvm/scripts/vmxcap b/kvm/scripts/vmxcap index 20f13f2c3..50fb86eeb 100755 --- a/kvm/scripts/vmxcap +++ b/kvm/scripts/vmxcap @@ -111,6 +111,7 @@ controls = [ 5: 'Enable VPID', 6: 'WBINVD exiting', 7: 'Unrestricted guest', + 10: 'PAUSE-loop exiting', }, cap_msr = MSR_IA32_VMX_PROCBASED_CTLS2, ), |