libvirt/tests/cputestdata/ppc64-baseline-incompatible-vendors.xml
Li Zhang ceb2cec9aa cpu: Add cpu test cases for PPC CPU driver.
This patch is to add cpu test casses for PPC CPU driver.

Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
2013-09-05 12:31:10 +01:00

15 lines
294 B
XML

<cpuTest>
<cpu>
<arch>ppc64</arch>
<model>POWER7+_v2.1</model>
<vendor>Intel</vendor>
<topology sockets='2' cores='4' threads='1'/>
</cpu>
<cpu>
<arch>ppc64</arch>
<model>POWER8_v1.0</model>
<vendor>Intel</vendor>
<topology sockets='1' cores='1' threads='1'/>
</cpu>
</cpuTest>