guest: convert_to_vnc: optionally add qemu-vdagent

Disabled by default, but maybe we turn it on in the future
when qemu-vdagent supports migration.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson
2024-09-18 11:48:22 -04:00
committed by Pavel Hrdina
parent d58299ee6b
commit f7988a94e6
7 changed files with 43 additions and 9 deletions

View File

@@ -18,6 +18,13 @@
<acceleration accel3d="yes"/>
</model>
</video>
<channel type="qemu-vdagent">
<source>
<clipboard copypaste="no"/>
<mouse mode="client"/>
</source>
<target type="virtio" name="com.redhat.spice.0"/>
</channel>
<graphics type="egl-headless">
<gl rendernode="/dev/my/rendernode"/>
</graphics>