virt-manager/tests/data/xmlparse/convert-to-vnc-spice-manyopts-in.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

31 lines
903 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='spice' port='5907' tlsPort='5901' autoport='no' passwd='sercet' passwdValidTo='2011-05-31T16:11:22' connected='disconnect' keymap='de' listen='127.0.0.1'>
<listen type='socket' socket='/tmp/spice.sock'/>
<listen type='address' address='127.0.0.1'/>
<clipboard copypaste='no'/>
<mouse mode='client'/>
<gl enable='yes' rendernode='/dev/my/rendernode'/>
</graphics>
<graphics type='sdl'/>
<video>
<model type='virtio'>
<acceleration accel3d='yes'/>
</model>
</video>
<video>
<model type='qxl'/>
</video>
</devices>
</domain>