File: image.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 (38 lines) | stat: -rw-r--r-- 1,011 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
28
29
30
31
32
33
34
35
36
37
38
<image>
  <label>A simple test image</label>
  <domain>
    <boot type='xen'>
      <guest>
        <os_type>xen</os_type>
        <arch>i686</arch>
        <features><pae/></features>
      </guest>
      <os>
        <loader>pygrub</loader>
      </os>
      <drive disk="/tmp/__virtinst__cli_root.raw" target="xvda"/>
      <drive disk="/tmp/__virtinst__cli_scratch.raw" target="xvdc"/>
    </boot>
    <boot type="hvm">
      <guest>
        <arch>i686</arch>
        <features><pae/></features>
      </guest>
      <os>
        <type>hvm</type>
        <loader dev="hd"/>
      </os>
      <drive disk="/tmp/__virtinst__cli_root.raw" target="hda"/>
    </boot>
    <devices>
       <vcpu>7</vcpu>
       <memory>262144</memory>
       <interface/>
       <graphics/>
    </devices>
  </domain>
  <storage>
    <disk file="/tmp/__virtinst__cli_root.raw" format="raw" size="4096" use="system"/>
    <disk file="/tmp/__virtinst__cli_scratch.raw" format="raw" size='100' use='scratch'/>
  </storage>
</image>