mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-08 15:13:11 -06: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>
20 lines
470 B
XML
20 lines
470 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>
|
|
<devices>
|
|
<channel type="qemu-vdagent">
|
|
<target type="virtio" name="com.redhat.spice.0"/>
|
|
</channel>
|
|
<graphics type="vnc" port="-1"/>
|
|
<video>
|
|
<model type="vga"/>
|
|
</video>
|
|
</devices>
|
|
</domain>
|