mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
3daa68e265
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
19 lines
425 B
XML
19 lines
425 B
XML
<cpuTest>
|
|
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>Westmere</model>
|
|
<vendor>Intel</vendor>
|
|
<topology sockets='4' cores='1' threads='1'/>
|
|
<feature name='hypervisor'/>
|
|
<feature name='avx'/>
|
|
<feature name='osxsave'/>
|
|
<feature name='xsave'/>
|
|
<feature name='tsc-deadline'/>
|
|
<feature name='x2apic'/>
|
|
<feature name='pcid'/>
|
|
<feature name='pclmuldq'/>
|
|
<feature name='ss'/>
|
|
<feature name='vme'/>
|
|
</cpu>
|
|
</cpuTest>
|