Files
libvirt/tests/xml2vmxdata/xml2vmx-graphics-vnc.xml
T

12 lines
287 B
XML
Raw Normal View History

2010-01-16 13:52:34 +01:00
<domain type='vmware'>
<name>minimal</name>
<uuid>564d9bef-acd9-b4e0-c8f0-aea8b9103515</uuid>
2012-02-22 17:48:38 -07:00
<memory unit='KiB'>4096</memory>
2010-01-16 13:52:34 +01:00
<os>
<type>hvm</type>
</os>
<devices>
<graphics type='vnc' port='5903' autoport='no' keymap='de' passwd='password'/>
</devices>
</domain>