mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-25 06:03:55 +03:00
baaab74b6d
So the xmlns is not always set on the top element. We need this for custom <metadata> support
11 lines
383 B
XML
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. |