mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: Add a bunch of cpu test case for ppc64
The test cases cover the cpuCompare(), cpuBaseline() and cpuNodeData() implementation.
This commit is contained in:
14
tests/cputestdata/ppc64-baseline-legacy.xml
Normal file
14
tests/cputestdata/ppc64-baseline-legacy.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<cpuTest>
|
||||
<cpu>
|
||||
<arch>ppc64</arch>
|
||||
<model>POWER8</model>
|
||||
<vendor>IBM</vendor>
|
||||
<topology sockets='2' cores='4' threads='1'/>
|
||||
</cpu>
|
||||
<cpu>
|
||||
<arch>ppc64</arch>
|
||||
<model>power8e</model>
|
||||
<vendor>IBM</vendor>
|
||||
<topology sockets='1' cores='1' threads='1'/>
|
||||
</cpu>
|
||||
</cpuTest>
|
||||
Reference in New Issue
Block a user