docs: Reword virDomainGetEmulatorPinInfo description
[libvirt.git] / tests / vmx2xmldata / floppy-device.xml
bloba1264f98a8c807e18a69fb0fee5634150405f3b3
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='floppy'>
16       <source dev='/dev/fd0'/>
17       <target dev='fda' bus='fdc'/>
18       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
19     </disk>
20     <controller type='fdc' index='0'/>
21     <video>
22       <model type='vmvga' vram='4096' primary='yes'/>
23     </video>
24   </devices>
25 </domain>