vmx2xml-floppy-device.xml 701 字节
Newer Older
1 2
<domain type='vmware'>
  <uuid>00000000-0000-0000-0000-000000000000</uuid>
E
Eric Blake 已提交
3 4
  <memory unit='KiB'>32768</memory>
  <currentMemory unit='KiB'>32768</currentMemory>
5
  <vcpu placement='static'>1</vcpu>
6 7 8 9 10 11 12 13 14 15 16
  <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>
    <disk type='block' device='floppy'>
      <source dev='/dev/fd0'/>
      <target dev='fda' bus='fdc'/>
17
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
18
    </disk>
19
    <controller type='fdc' index='0'/>
20 21 22
    <video>
      <model type='vmvga' vram='4096'/>
    </video>
23 24
  </devices>
</domain>