File: image-format.xml

package info (click to toggle)
virtinst 0.600.1-3%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 11,228 kB
  • sloc: python: 19,360; xml: 9,563; sh: 155; makefile: 17
file content (27 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<image>
  <name>demo</name>
  <domain>
    <boot type="hvm">
    <guest>
      <arch>i686</arch>
    </guest>
      <os>
        <loader dev="hd"/>
      </os>
      <drive disk="mydisk1" target="hda"/>
      <drive disk="mydisk2" target="hdb"/>
      <drive disk="mydisk3" target="hdc"/>
    </boot>
    <devices>
      <vcpu>1</vcpu>
      <memory>262144</memory>
      <interface/>
      <graphics/>
    </devices>
  </domain>
  <storage>
    <disk id="mydisk1" file="image-kernel.xml" use="system" format="qcow2"/>
    <disk id="mydisk2" file="image.xml" use="system" format="qcow"/>
    <disk id="mydisk3" file="image-format.xml" use="system" format="vmdk"/>
  </storage>
</image>