mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
ef5c397584
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>
5 lines
159 B
XML
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>
|