We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd1a36 commit 93dcc93Copy full SHA for 93dcc93
target/i386/cpu.c
@@ -3692,6 +3692,7 @@ static const X86CPUDefinition builtin_x86_defs[] = {
3692
},
3693
{
3694
.version = 4,
3695
+ .note = "IBRS, EPT switching, no TSX",
3696
.props = (PropValue[]) {
3697
{ "vmx-eptp-switching", "on" },
3698
{ /* end of list */ }
@@ -3826,7 +3827,7 @@ static const X86CPUDefinition builtin_x86_defs[] = {
3826
3827
3828
3829
{ .version = 4,
- .note = "ARCH_CAPABILITIES, no TSX",
3830
+ .note = "ARCH_CAPABILITIES, EPT switching, no TSX",
3831
3832
3833
0 commit comments