libvirt/tests/cputestdata/x86_64-host-Haswell-noTSX+Haswell-noTSX-result.xml
Andrea Bolognani ef5c397584 conf: Allow specifying CPU clusters
The default number of CPU clusters is 1, and values other than
that one are currently rejected by all hypervisor drivers.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
2024-01-15 14:56:35 +01:00

5 lines
159 B
XML

<cpu mode='custom' match='exact'>
<model fallback='allow'>Haswell-noTSX</model>
<topology sockets='1' dies='1' clusters='1' cores='2' threads='2'/>
</cpu>