~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

Viewing changes to tests/image-xml/image-format.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-02-01 15:40:11 UTC
  • mfrom: (1.3.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20110201154011-op0nusgc240xajvb
Tags: 0.500.5-1ubuntu1
* Merge from debian experimental. Remaining changes:
  - debian/patches/9001_Ubuntu.patch:
     + Updated to add maverick and natty to OS list and enable virtio
       for them.
  - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
    testsuite for 0001-fix-path-to-hvmloader.patch and
    0002-Fix-path-to-pygrub.patch. (refreshed)
  - debian/control: added acl package to depends.
  - Demote virt-viewer to Suggests, as it's in universe.
  - Recommends libvirt-bin
* Removed patches:
  - debian/patches/9002-libvirt_disk_format.patch: Upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<image>
 
2
  <name>demo</name>
 
3
  <domain>
 
4
    <boot type="hvm">
 
5
    <guest>
 
6
      <arch>i686</arch>
 
7
    </guest>
 
8
      <os>
 
9
        <loader dev="hd"/>
 
10
      </os>
 
11
      <drive disk="mydisk1" target="hda"/>
 
12
      <drive disk="mydisk2" target="hdb"/>
 
13
      <drive disk="mydisk3" target="hdc"/>
 
14
    </boot>
 
15
    <devices>
 
16
      <vcpu>1</vcpu>
 
17
      <memory>262144</memory>
 
18
      <interface/>
 
19
      <graphics/>
 
20
    </devices>
 
21
  </domain>
 
22
  <storage>
 
23
    <disk id="mydisk1" file="image-kernel.xml" use="system" format="qcow2"/>
 
24
    <disk id="mydisk2" file="image.xml" use="system" format="qcow"/>
 
25
    <disk id="mydisk3" file="image-format.xml" use="system" format="vmdk"/>
 
26
  </storage>
 
27
</image>