File: xml2vmx-floppy-file.xml

package info (click to toggle)
libvirt 1.2.9-9
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 173,536 kB
  • sloc: ansic: 463,129; xml: 68,283; sh: 16,393; makefile: 4,588; python: 3,705; perl: 3,675; ml: 470; sed: 16
file content (18 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<domain type='vmware'>
  <name>floppy-file</name>
  <uuid>564d9bef-acd9-b4e0-c8f0-aea8b9103515</uuid>
  <memory unit='KiB'>4096</memory>
  <os>
    <type>hvm</type>
  </os>
  <devices>
    <disk type='file' device='floppy'>
      <source file='[testing] floppy.flp'/>
      <target dev='fda' bus='fdc'/>
    </disk>
    <disk type='file' device='floppy'>
      <source file='[testing] floppy1'/>
      <target dev='fdb' bus='fdc'/>
    </disk>
  </devices>
</domain>