mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-06 13:17: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>
33 lines
962 B
XML
33 lines
962 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="vnc" port="5907" keymap="de" listen="127.0.0.1" passwd="sercet" passwdValidTo="2011-05-31T16:11:22">
|
|
<listen type="socket" socket="/tmp/spice.sock"/>
|
|
<listen type="address" address="127.0.0.1"/>
|
|
</graphics>
|
|
<video>
|
|
<model type="virtio" primary="yes">
|
|
<acceleration accel3d="yes"/>
|
|
</model>
|
|
</video>
|
|
<channel type="qemu-vdagent">
|
|
<source>
|
|
<clipboard copypaste="no"/>
|
|
<mouse mode="client"/>
|
|
</source>
|
|
<target type="virtio" name="com.redhat.spice.0"/>
|
|
</channel>
|
|
<graphics type="egl-headless">
|
|
<gl rendernode="/dev/my/rendernode"/>
|
|
</graphics>
|
|
</devices>
|
|
</domain>
|