mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
3944aba1df
While "x86" is a CPU sub driver name, it is not a recognized name of any architecture known to libvirt. Let's use "x86_64" prefix which can be used with virArch APIs. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
13 lines
239 B
XML
13 lines
239 B
XML
<cpuTest>
|
|
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>Penryn</model>
|
|
<topology sockets='2' cores='4' threads='1'/>
|
|
</cpu>
|
|
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>Opteron_G3</model>
|
|
<topology sockets='1' cores='1' threads='1'/>
|
|
</cpu>
|
|
</cpuTest>
|