virt-manager/tests/data/xmlparse/convert-to-vnc-spice-manyopts-out.xml
Cole Robinson f7988a94e6 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>
2024-10-09 11:03:43 +02:00

33 lines
962 B
XML

<domain type="qemu">
<name>convert-me</name>
<memory unit="KiB">8388608</memory>
<currentMemory unit="KiB">2097152</currentMemory>
<vcpu placement="static">2</vcpu>
<os>
<type arch="i686">hvm</type>
<boot dev="hd"/>
</os>
<clock offset="utc"/>
<devices>
<graphics type="vnc" port="5907" keymap="de" listen="127.0.0.1" passwd="sercet" passwdValidTo="2011-05-31T16:11:22">
<listen type="socket" socket="/tmp/spice.sock"/>
<listen type="address" address="127.0.0.1"/>
</graphics>
<video>
<model type="virtio" primary="yes">
<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>
</devices>
</domain>