virt-manager/tests/cli-test-xml/compare/virt-xml-edit-simple-qemu-commandline.xml
Cole Robinson baaab74b6d xmlapi: Rework xmlns setting slightly
So the xmlns is not always set on the top element. We need this for
custom <metadata> support
2018-09-13 12:39:56 -04:00

11 lines
383 B
XML

</panic>
</devices>
<seclabel type="dynamic" model="selinux" relabel="yes"/>
+ <qemu:commandline xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0">
+ <qemu:arg value="-foo"/>
+ <qemu:arg value="bar,baz=wib wob"/>
+ </qemu:commandline>
</domain>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.