virt-manager/tests/cli-test-xml/compare/virt-xml-edit-simple-vcpus.xml
Cole Robinson 19b4cf026e cli: Support --cpu cellX.id (and cpus, and memory)
This allows configuring <cpu><numa><cell> bits via the command line.
This uses the optional numbering scheme described in the previous
commit.
2016-06-14 19:07:55 -04:00

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.