Files
libvirt/tests/vmx2xmldata/vmx2xml-ethernet-bridged.xml
T

23 lines
594 B
XML
Raw Normal View History

<domain type='vmware'>
<uuid>00000000-0000-0000-0000-000000000000</uuid>
2012-02-22 17:48:38 -07:00
<memory unit='KiB'>32768</memory>
<currentMemory unit='KiB'>32768</currentMemory>
2012-05-09 00:04:36 +08:00
<vcpu placement='static'>1</vcpu>
<os>
<type arch='i686'>hvm</type>
</os>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<interface type='bridge'>
<mac address='00:50:56:11:22:33'/>
<source bridge='VM Network'/>
</interface>
2010-12-30 18:08:54 +01:00
<video>
<model type='vmvga' vram='4096'/>
</video>
</devices>
</domain>