mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
21 lines
419 B
XML
21 lines
419 B
XML
|
<cpuTest>
|
||
|
<cpu>
|
||
|
<arch>x86_64</arch>
|
||
|
<model>Penryn</model>
|
||
|
<vendor>Intel</vendor>
|
||
|
<topology sockets='2' cores='4' threads='1'/>
|
||
|
</cpu>
|
||
|
<cpu>
|
||
|
<arch>x86_64</arch>
|
||
|
<model>Conroe</model>
|
||
|
<vendor>Intel</vendor>
|
||
|
<topology sockets='1' cores='1' threads='1'/>
|
||
|
</cpu>
|
||
|
<cpu>
|
||
|
<arch>x86_64</arch>
|
||
|
<model>core2duo</model>
|
||
|
<vendor>Intel</vendor>
|
||
|
<topology sockets='1' cores='1' threads='1'/>
|
||
|
</cpu>
|
||
|
</cpuTest>
|