virt-manager/tests/data/cli/compare/virt-xml-convert-to-vnc.xml
Cole Robinson 51c3f1c687 virt-xml: Add --edit --convert-to-vnc
This wires up the guest.convert_to_vnc function to command line,
and documents it.

There's one suboption `qemu-vdagent=on|off`, defaulting to `off`

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2024-10-09 11:03:43 +02:00

13 lines
297 B
XML

<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
+ <graphics type="vnc" port="-1"/>
+ <video>
+ <model type="vga"/>
+ </video>
</devices>
</domain>
Domain 'test' defined successfully.
Changes will take effect after the domain is fully powered off.