mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-10 01:18:03 +03:00
d58299ee6b
This is mostly about stripping out spice references. All qxl devices are converted to app defaults Signed-off-by: Cole Robinson <crobinso@redhat.com>
44 lines
1.1 KiB
XML
44 lines
1.1 KiB
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>
|
|
<channel type="spicevmc">
|
|
<target type="virtio" name="com.redhat.spice.0"/>
|
|
</channel>
|
|
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes">
|
|
<image compression="off"/>
|
|
</graphics>
|
|
<sound model="ich9"/>
|
|
<audio type='spice'/>
|
|
<video>
|
|
<model type="qxl" primary='yes'/>
|
|
</video>
|
|
<video>
|
|
<model type="virtio"/>
|
|
</video>
|
|
<redirdev bus="usb" type="spicevmc"/>
|
|
<redirdev bus="usb" type="spicevmc"/>
|
|
<serial type='spiceport'>
|
|
<source channel='org.qemu.console.serial.0'/>
|
|
<target type='isa-serial' port='0'>
|
|
<model name='isa-serial'/>
|
|
</target>
|
|
</serial>
|
|
<console type='spiceport'>
|
|
<source channel='org.qemu.console.serial.0'/>
|
|
<target type='serial' port='0'/>
|
|
</console>
|
|
</devices>
|
|
</domain>
|