]> git.proxmox.com Git - qemu.git/commitdiff
vmxcap: bit 9 of VMX_PROCBASED_CTLS2 is 'virtual interrupt delivery'
authorMarcelo Tosatti <mtosatti@redhat.com>
Fri, 11 Jan 2013 01:02:48 +0000 (23:02 -0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 22 Jan 2013 01:11:27 +0000 (23:11 -0200)
Bit 9 of MSR_IA32_VMX_PROCBASED_CTLS2 is
virtual interrupt delivery.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
scripts/kvm/vmxcap

index cbe6440ba3013fadad727d65a60a13c7517f5a20..0b23f7795a32ccf36c64e130d2319fa28d6a6117 100755 (executable)
@@ -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',