mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +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>
7 lines
235 B
XML
7 lines
235 B
XML
<cpu mode='custom' match='exact'>
|
|
<model fallback='allow'>Haswell</model>
|
|
<topology sockets='1' dies='1' clusters='1' cores='2' threads='2'/>
|
|
<feature policy='disable' name='rtm'/>
|
|
<feature policy='disable' name='hle'/>
|
|
</cpu>
|