mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
51c3f1c687
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>
13 lines
297 B
XML
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.
|