mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
* qemu-kvm/uq/master: target-i386: kvm: prevent buffer overflow if -cpu foo, [x]level is too big vmxcap: bit 9 of VMX_PROCBASED_CTLS2 is 'virtual interrupt delivery' Conflicts: target-i386/kvm.c Trivial merge resolution due to lack of context. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
commit
0893d46014
2 changed files with 26 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue