virt-manager/tests/cli-test-xml/compare/virt-xml-edit-simple-vcpus.xml
Cole Robinson 46ec093a28 virt-xml: Make it more clear when changes take effect
shutdown could be interpreted as a soft reboot, which won't
apply the changes
2018-03-25 19:22:28 -04:00

19 lines
653 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 domain is fully powered off.