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>
31 lines
903 B
XML
31 lines
903 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='spice' port='5907' tlsPort='5901' autoport='no' passwd='sercet' passwdValidTo='2011-05-31T16:11:22' connected='disconnect' keymap='de' listen='127.0.0.1'>
|
|
<listen type='socket' socket='/tmp/spice.sock'/>
|
|
<listen type='address' address='127.0.0.1'/>
|
|
<clipboard copypaste='no'/>
|
|
<mouse mode='client'/>
|
|
<gl enable='yes' rendernode='/dev/my/rendernode'/>
|
|
</graphics>
|
|
<graphics type='sdl'/>
|
|
<video>
|
|
<model type='virtio'>
|
|
<acceleration accel3d='yes'/>
|
|
</model>
|
|
</video>
|
|
<video>
|
|
<model type='qxl'/>
|
|
</video>
|
|
</devices>
|
|
</domain>
|
|
|