target/i386/cpu: Fix notes for CPU models

Fixes: 644e3c5d812 ("missing vmx features for Skylake-Server and Cascadelake-Server")
Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Chenyi Qiang <chenyi.qiang@intel.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
Han Han 2024-12-19 16:51:38 +08:00 committed by Michael Tokarev
parent 1dd1a36de5
commit 93dcc9390e

View File

@ -3692,6 +3692,7 @@ static const X86CPUDefinition builtin_x86_defs[] = {
}, },
{ {
.version = 4, .version = 4,
.note = "IBRS, EPT switching, no TSX",
.props = (PropValue[]) { .props = (PropValue[]) {
{ "vmx-eptp-switching", "on" }, { "vmx-eptp-switching", "on" },
{ /* end of list */ } { /* end of list */ }
@ -3826,7 +3827,7 @@ static const X86CPUDefinition builtin_x86_defs[] = {
}, },
}, },
{ .version = 4, { .version = 4,
.note = "ARCH_CAPABILITIES, no TSX", .note = "ARCH_CAPABILITIES, EPT switching, no TSX",
.props = (PropValue[]) { .props = (PropValue[]) {
{ "vmx-eptp-switching", "on" }, { "vmx-eptp-switching", "on" },
{ /* end of list */ } { /* end of list */ }