diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2013-02-18 07:56:54 +0100 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2013-04-17 23:27:24 -0300 |
commit | 614413f7f9a88d97ab40ecabd1c7920fb288f820 (patch) | |
tree | f4a8d137da2d4cc45060a65ef3e071cd5f813bf0 | |
parent | ea4ee28399f8ffee4eed2d724c28d2d9879b22fa (diff) |
vmxcap: Report APIC register emulation and RDTSCP control
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
-rwxr-xr-x | scripts/kvm/vmxcap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kvm/vmxcap b/scripts/kvm/vmxcap index a1a44a04b3..a79f816fe9 100755 --- a/scripts/kvm/vmxcap +++ b/scripts/kvm/vmxcap @@ -157,10 +157,12 @@ controls = [ 0: 'Virtualize APIC accesses', 1: 'Enable EPT', 2: 'Descriptor-table exiting', + 3: 'Enable RDTSCP', 4: 'Virtualize x2APIC mode', 5: 'Enable VPID', 6: 'WBINVD exiting', 7: 'Unrestricted guest', + 8: 'APIC register emulation', 9: 'Virtual interrupt delivery', 10: 'PAUSE-loop exiting', 11: 'RDRAND exiting', |