mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
6d4a3cd427
This is a variant of EPYC with indirect branch prediction protection. The only difference between EPYC and EPYC-IBPB is the added "ibpb" feature. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
18 lines
416 B
XML
18 lines
416 B
XML
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>EPYC-IBPB</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>
|