blob: 7e7b9a6f3aa057035c2021c0f793cac30f377c02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<cpuTest>
<cpu>
<arch>ppc64</arch>
<model>POWER7</model>
<vendor>IBM</vendor>
<topology sockets='2' cores='4' threads='1'/>
</cpu>
<cpu>
<arch>ppc64</arch>
<model>POWER8</model>
<vendor>IBM</vendor>
<topology sockets='1' cores='1' threads='1'/>
</cpu>
</cpuTest>
|