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

11 lines
363 B
XML

<target port="0"/>
</parallel>
<console type="null">
- <target type="serial" port="0"/>
+ <target type="serial" port="0" name="foo.bar.baz"/>
</console>
<console type="pty">
<target type="virtio" port="1"/>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.