| Submitter | Jan Kiszka |
|---|---|
| Date | Feb. 18, 2013, 6:56 a.m. |
| Message ID | <5121D0B6.70706@web.de> |
| Download | mbox | patch |
| Permalink | /patch/221147/ |
| State | New |
| Headers | show |
Comments
On Mon, Feb 18, 2013 at 07:56:54AM +0100, Jan Kiszka wrote: > From: Jan Kiszka <jan.kiszka@siemens.com> > > Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> > --- > > This time I've checked twice that I'm no longer missing a field. Applied, thanks.
Patch
diff --git a/scripts/kvm/vmxcap b/scripts/kvm/vmxcap index a1a44a0..a79f816 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',