virt-manager/tests/data/xmlparse/convert-to-vnc-spice-devices-out.xml
Cole Robinson d58299ee6b guest: convert_to_vnc: convert video device
This is mostly about stripping out spice references. All qxl devices
are converted to app defaults

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

26 lines
501 B
XML

<domain type="kvm">
<name>convert-me</name>
<memory>2097152</memory>
<currentMemory>2097152</currentMemory>
<vcpu>2</vcpu>
<os>
<type arch="x86_64" machine="q35">hvm</type>
<boot dev="network"/>
</os>
<features>
<acpi/>
<apic/>
<vmport state="off"/>
</features>
<devices>
<graphics type="vnc" port="-1"/>
<sound model="ich9"/>
<video>
<model type="vga"/>
</video>
<video>
<model type="virtio"/>
</video>
</devices>
</domain>