mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
3944aba1df
While "x86" is a CPU sub driver name, it is not a recognized name of any architecture known to libvirt. Let's use "x86_64" prefix which can be used with virArch APIs. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
25 lines
642 B
XML
25 lines
642 B
XML
<cpuTest>
|
|
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>SandyBridge</model>
|
|
<vendor>Intel</vendor>
|
|
<topology sockets='1' cores='2' threads='2'/>
|
|
<feature name='invpcid'/>
|
|
<feature name='erms'/>
|
|
<feature name='bmi2'/>
|
|
<feature name='smep'/>
|
|
<feature name='avx2'/>
|
|
<feature name='bmi1'/>
|
|
<feature name='fsgsbase'/>
|
|
<feature name='movbe'/>
|
|
<feature name='pcid'/>
|
|
<feature name='fma'/>
|
|
</cpu>
|
|
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>Haswell-noTSX</model>
|
|
<vendor>Intel</vendor>
|
|
<topology sockets='1' cores='2' threads='2'/>
|
|
</cpu>
|
|
</cpuTest>
|