vmxcap: Update according to SDM of January 2013
This adds reporting of VMCS shadowing, #VE, IA32_SMBASE, unrestricted VMWRITE and fixes the range of the MSEG revision ID. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
parent
917367aa96
commit
007e986ff2
@ -168,6 +168,8 @@ controls = [
|
|||||||
11: 'RDRAND exiting',
|
11: 'RDRAND exiting',
|
||||||
12: 'Enable INVPCID',
|
12: 'Enable INVPCID',
|
||||||
13: 'Enable VM functions',
|
13: 'Enable VM functions',
|
||||||
|
14: 'VMCS shadowing',
|
||||||
|
18: 'EPT-violation #VE'
|
||||||
},
|
},
|
||||||
cap_msr = MSR_IA32_VMX_PROCBASED_CTLS2,
|
cap_msr = MSR_IA32_VMX_PROCBASED_CTLS2,
|
||||||
),
|
),
|
||||||
@ -212,10 +214,12 @@ controls = [
|
|||||||
6: 'HLT activity state',
|
6: 'HLT activity state',
|
||||||
7: 'Shutdown activity state',
|
7: 'Shutdown activity state',
|
||||||
8: 'Wait-for-SIPI activity state',
|
8: 'Wait-for-SIPI activity state',
|
||||||
|
15: 'IA32_SMBASE support',
|
||||||
(16,24): 'Number of CR3-target values',
|
(16,24): 'Number of CR3-target values',
|
||||||
(25,27): 'MSR-load/store count recommenation',
|
(25,27): 'MSR-load/store count recommenation',
|
||||||
28: 'IA32_SMM_MONITOR_CTL[2] can be set to 1',
|
28: 'IA32_SMM_MONITOR_CTL[2] can be set to 1',
|
||||||
(32,62): 'MSEG revision identifier',
|
29: 'VMWRITE to VM-exit information fields',
|
||||||
|
(32,63): 'MSEG revision identifier',
|
||||||
},
|
},
|
||||||
msr = MSR_IA32_VMX_MISC_CTLS,
|
msr = MSR_IA32_VMX_MISC_CTLS,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user