docs: Reword virDomainGetEmulatorPinInfo description
[libvirt.git] / tests / vmx2xmldata / ws-in-the-wild-2.xml
blobdfabb16e5882b0bd5fa1fc623956dddea5c1bade
1 <domain type='vmware'>
2   <name>debian6</name>
3   <uuid>00000000-0000-0000-0000-000000000000</uuid>
4   <memory unit='KiB'>524288</memory>
5   <currentMemory unit='KiB'>524288</currentMemory>
6   <vcpu placement='static'>1</vcpu>
7   <os>
8     <type arch='x86_64'>hvm</type>
9   </os>
10   <clock offset='utc'/>
11   <on_poweroff>destroy</on_poweroff>
12   <on_reboot>restart</on_reboot>
13   <on_crash>destroy</on_crash>
14   <devices>
15     <disk type='file' device='disk'>
16       <source file='/data/vmware/disk.vmdk'/>
17       <target dev='sda' bus='scsi'/>
18       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
19     </disk>
20     <disk type='file' device='cdrom'>
21       <source file='/usr/lib/vmware/isoimages/linux.iso'/>
22       <target dev='hdc' bus='ide'/>
23       <readonly/>
24       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
25     </disk>
26     <controller type='scsi' index='0' model='lsilogic'/>
27     <controller type='ide' index='0'/>
28     <interface type='bridge'>
29       <mac address='00:50:56:2f:d3:46' type='static'/>
30       <source bridge='VMnet0'/>
31       <model type='e1000'/>
32     </interface>
33     <video>
34       <model type='vmvga' vram='4096' primary='yes'/>
35     </video>
36   </devices>
37 </domain>