mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
a0b628432a
Add a new CPU model called 'EPYC' to model processors from AMD EPYC family (which includes EPYC 76xx,75xx,74xx, 73xx and 72xx). The following features bits have been added/removed compare to Opteron_G5 Added: monitor, movbe, rdrand, mmxext, ffxsr, rdtscp, cr8legacy, osvw, fsgsbase, bmi1, avx2, smep, bmi2, rdseed, adx, smap, clfshopt, sha xsaveopt, xsavec, xgetbv1, arat Removed: xop, fma4, tbm The patch is depend on EPYC CPU model supported introduced in qemu [1] [1] https://patchwork.kernel.org/patch/9902205/ Cc: Tom Lendacky <Thomas.Lendacky@amd.com> Signed-off-by: Brijesh Singh <brijesh.singh@amd.com> Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
18 lines
411 B
XML
18 lines
411 B
XML
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>EPYC</model>
|
|
<vendor>AMD</vendor>
|
|
<feature name='ht'/>
|
|
<feature name='osxsave'/>
|
|
<feature name='xsaves'/>
|
|
<feature name='cmp_legacy'/>
|
|
<feature name='extapic'/>
|
|
<feature name='skinit'/>
|
|
<feature name='wdt'/>
|
|
<feature name='tce'/>
|
|
<feature name='topoext'/>
|
|
<feature name='perfctr_core'/>
|
|
<feature name='perfctr_nb'/>
|
|
<feature name='invtsc'/>
|
|
</cpu>
|