mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
7e4dcf3a47
https://bugzilla.redhat.com/show_bug.cgi?id=1049391 The new tests would fail in various ways without the two previous commits.
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>
|