summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarcelo Tosatti <mtosatti@redhat.com>2013-01-10 23:02:48 -0200
committerMarcelo Tosatti <mtosatti@redhat.com>2013-01-21 23:11:27 -0200
commitf9e90c798dc84be2b0b988517e86b49faf79d5dc (patch)
tree427e830cbbbbb6dfad340a659609bf36cc7b1e1f
parent1356b98d3e95a85071e6bf9a99e8799e1ae1bbee (diff)
downloadfocaccia-qemu-f9e90c798dc84be2b0b988517e86b49faf79d5dc.tar.gz
focaccia-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>
-rwxr-xr-xscripts/kvm/vmxcap1
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',