mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
818e68c5b4
The test cases cover the cpuCompare(), cpuBaseline() and cpuNodeData() implementation.
15 lines
280 B
XML
15 lines
280 B
XML
<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>
|