docs: Reword virDomainGetEmulatorPinInfo description
[libvirt.git] / tests / vmx2xmldata / cdrom-scsi-device.xml
blob48453d4a3c6b3daf58dcecfcb61a107a9a303498
1 <domain type='vmware'>
2   <name>test</name>
3   <uuid>00000000-0000-0000-0000-000000000000</uuid>
4   <memory unit='KiB'>32768</memory>
5   <currentMemory unit='KiB'>32768</currentMemory>
6   <vcpu placement='static'>1</vcpu>
7   <os>
8     <type arch='i686'>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='block' device='cdrom'>
16       <source dev='/dev/scd0'/>
17       <target dev='sda' bus='scsi'/>
18       <readonly/>
19       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
20     </disk>
21     <controller type='scsi' index='0'/>
22     <video>
23       <model type='vmvga' vram='4096' primary='yes'/>
24     </video>
25   </devices>
26 </domain>