virt-manager/tests/cli-test-xml/compare/virt-xml-edit-simple-boot.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

13 lines
395 B
XML

</numatune>
<os>
<type arch="i686">hvm</type>
- <loader type="rom">/usr/lib/xen/boot/hvmloader</loader>
+ <loader type="rom">foo.bar</loader>
+ <bios useserial="yes"/>
+ <init>/bin/bash</init>
</os>
<idmap>
<uid start="0" target="1000" count="10"/>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.