File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -3135,6 +3135,7 @@ static X86CPUDefinition builtin_x86_defs[] = {
3135
3135
.versions = (X86CPUVersionDefinition []) {
3136
3136
{ .version = 1 },
3137
3137
{ .version = 2 ,
3138
+ .note = "ARCH_CAPABILITIES" ,
3138
3139
.props = (PropValue []) {
3139
3140
{ "arch-capabilities" , "on" },
3140
3141
{ "rdctl-no" , "on" },
@@ -3146,6 +3147,7 @@ static X86CPUDefinition builtin_x86_defs[] = {
3146
3147
},
3147
3148
{ .version = 3 ,
3148
3149
.alias = "Cascadelake-Server-noTSX" ,
3150
+ .note = "ARCH_CAPABILITIES, no TSX" ,
3149
3151
.props = (PropValue []) {
3150
3152
{ "hle" , "off" },
3151
3153
{ "rtm" , "off" },
@@ -3367,6 +3369,7 @@ static X86CPUDefinition builtin_x86_defs[] = {
3367
3369
{ .version = 1 },
3368
3370
{
3369
3371
.version = 2 ,
3372
+ .note = "no TSX" ,
3370
3373
.alias = "Icelake-Client-noTSX" ,
3371
3374
.props = (PropValue []) {
3372
3375
{ "hle" , "off" },
@@ -3484,6 +3487,7 @@ static X86CPUDefinition builtin_x86_defs[] = {
3484
3487
{ .version = 1 },
3485
3488
{
3486
3489
.version = 2 ,
3490
+ .note = "no TSX" ,
3487
3491
.alias = "Icelake-Server-noTSX" ,
3488
3492
.props = (PropValue []) {
3489
3493
{ "hle" , "off" },
@@ -3604,6 +3608,7 @@ static X86CPUDefinition builtin_x86_defs[] = {
3604
3608
{ .version = 1 },
3605
3609
{
3606
3610
.version = 2 ,
3611
+ .note = "no MPX, no MONITOR" ,
3607
3612
.props = (PropValue []) {
3608
3613
{ "monitor" , "off" },
3609
3614
{ "mpx" , "off" },
You can’t perform that action at this time.
0 commit comments