mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-21 18:03:58 +03:00
f7988a94e6
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>
32 lines
800 B
XML
32 lines
800 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>
|
|
<channel type="qemu-vdagent">
|
|
<target type="virtio" name="com.redhat.spice.0"/>
|
|
</channel>
|
|
<graphics type="spice" port="-1" tlsPort="-1" autoport="yes">
|
|
<image compression="off"/>
|
|
</graphics>
|
|
<graphics type="vnc" port="5907"/>
|
|
<sound model="ich9"/>
|
|
<audio type='spice'/>
|
|
<video>
|
|
<model type="qxl" heads='4' vgamem='1'/>
|
|
</video>
|
|
<redirdev bus="usb" type="spicevmc"/>
|
|
<redirdev bus="usb" type="spicevmc"/>
|
|
</devices>
|
|
</domain>
|