mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 22:45:21 +00:00
f541c18593
https://bugzilla.redhat.com/show_bug.cgi?id=1049391
The new tests would fail in various ways without the two previous
commits.
(cherry picked from commit 7e4dcf3a47
)
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>
|