mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
target/i386/cpu: Fix notes for CPU models
Fixes:644e3c5d81("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> (cherry picked from commit93dcc9390e) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
+2
-1
@@ -3691,6 +3691,7 @@ static const X86CPUDefinition builtin_x86_defs[] = {
|
||||
},
|
||||
{
|
||||
.version = 4,
|
||||
.note = "IBRS, EPT switching, no TSX",
|
||||
.props = (PropValue[]) {
|
||||
{ "vmx-eptp-switching", "on" },
|
||||
{ /* end of list */ }
|
||||
@@ -3825,7 +3826,7 @@ static const X86CPUDefinition builtin_x86_defs[] = {
|
||||
},
|
||||
},
|
||||
{ .version = 4,
|
||||
.note = "ARCH_CAPABILITIES, no TSX",
|
||||
.note = "ARCH_CAPABILITIES, EPT switching, no TSX",
|
||||
.props = (PropValue[]) {
|
||||
{ "vmx-eptp-switching", "on" },
|
||||
{ /* end of list */ }
|
||||
|
||||
Reference in New Issue
Block a user