Skip to content

Commit 93dcc93

Browse files
qiankehanMichael Tokarev
authored andcommitted
target/i386/cpu: Fix notes for CPU models
Fixes: 644e3c5 ("missing vmx features for Skylake-Server and Cascadelake-Server") Signed-off-by: Han Han <[email protected]> Reviewed-by: Chenyi Qiang <[email protected]> Reviewed-by: Michael Tokarev <[email protected]> Signed-off-by: Michael Tokarev <[email protected]>
1 parent 1dd1a36 commit 93dcc93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

target/i386/cpu.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3692,6 +3692,7 @@ static const X86CPUDefinition builtin_x86_defs[] = {
36923692
},
36933693
{
36943694
.version = 4,
3695+
.note = "IBRS, EPT switching, no TSX",
36953696
.props = (PropValue[]) {
36963697
{ "vmx-eptp-switching", "on" },
36973698
{ /* end of list */ }
@@ -3826,7 +3827,7 @@ static const X86CPUDefinition builtin_x86_defs[] = {
38263827
},
38273828
},
38283829
{ .version = 4,
3829-
.note = "ARCH_CAPABILITIES, no TSX",
3830+
.note = "ARCH_CAPABILITIES, EPT switching, no TSX",
38303831
.props = (PropValue[]) {
38313832
{ "vmx-eptp-switching", "on" },
38323833
{ /* end of list */ }

0 commit comments

Comments
 (0)