mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target/i386: Introduce SapphireRapids-v3 to add missing features
Add the missing features(ss, tsc-adjust, cldemote, movdiri, movdir64b) in the SapphireRapids-v3 CPU model. Signed-off-by: Lei Wang <lei4.wang@intel.com> Message-ID: <20240424072912.43188-1-lei4.wang@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7cdfcea693
commit
b10b248173
1 changed files with 11 additions and 0 deletions
|
@ -3970,6 +3970,17 @@ static const X86CPUDefinition builtin_x86_defs[] = {
|
||||||
{ /* end of list */ }
|
{ /* end of list */ }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.version = 3,
|
||||||
|
.props = (PropValue[]) {
|
||||||
|
{ "ss", "on" },
|
||||||
|
{ "tsc-adjust", "on" },
|
||||||
|
{ "cldemote", "on" },
|
||||||
|
{ "movdiri", "on" },
|
||||||
|
{ "movdir64b", "on" },
|
||||||
|
{ /* end of list */ }
|
||||||
|
}
|
||||||
|
},
|
||||||
{ /* end of list */ }
|
{ /* end of list */ }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue