mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-15 23:24:27 +03:00
19b4cf026e
This allows configuring <cpu><numa><cell> bits via the command line. This uses the optional numbering scheme described in the previous commit.
19 lines
646 B
XML
19 lines
646 B
XML
<memoryBacking>
|
|
<hugepages/>
|
|
</memoryBacking>
|
|
- <vcpu placement="static" cpuset="1-2,5-9,11,13-14">9</vcpu>
|
|
+ <vcpu placement="static" cpuset="1-2,5-9,11,13-14" current="10">20</vcpu>
|
|
<numatune>
|
|
<memory mode="interleave" placement="auto"/>
|
|
</numatune>
|
|
@@
|
|
<cell id="2" cpus="2" memory="1048576" unit="KiB"/>
|
|
<cell id="3" cpus="3" memory="1048576" unit="KiB"/>
|
|
</numa>
|
|
+ <topology sockets="4" cores="5" threads="1"/>
|
|
</cpu>
|
|
<clock offset="utc">
|
|
<timer name="rtc" tickpolicy="catchup"/>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the next domain shutdown. |