diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2013-01-10 23:02:48 -0200 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2013-01-21 23:11:27 -0200 |
commit | f9e90c798dc84be2b0b988517e86b49faf79d5dc (patch) | |
tree | 427e830cbbbbb6dfad340a659609bf36cc7b1e1f /scripts/kvm/vmxcap | |
parent | 1356b98d3e95a85071e6bf9a99e8799e1ae1bbee (diff) | |
download | qemu-f9e90c798dc84be2b0b988517e86b49faf79d5dc.zip |
vmxcap: bit 9 of VMX_PROCBASED_CTLS2 is 'virtual interrupt delivery'
Bit 9 of MSR_IA32_VMX_PROCBASED_CTLS2 is
virtual interrupt delivery.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'scripts/kvm/vmxcap')
-rwxr-xr-x | scripts/kvm/vmxcap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kvm/vmxcap b/scripts/kvm/vmxcap index cbe6440ba3..0b23f7795a 100755 --- a/scripts/kvm/vmxcap +++ b/scripts/kvm/vmxcap @@ -147,6 +147,7 @@ controls = [ 5: 'Enable VPID', 6: 'WBINVD exiting', 7: 'Unrestricted guest', + 9: 'Virtual interrupt delivery', 10: 'PAUSE-loop exiting', 11: 'RDRAND exiting', 12: 'Enable INVPCID', |