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

« back to all changes in this revision

Viewing changes to tests/cli-test-xml/compare/image-boot0.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
<domain type='test'>
 
2
  <name>foobar</name>
 
3
  <currentMemory>65536</currentMemory>
 
4
  <memory>65536</memory>
 
5
  <uuid>00000000-1111-2222-3333-444444444444</uuid>
 
6
  <bootloader>/usr/bin/pygrub</bootloader>
 
7
  <features>
 
8
    <pae/>
 
9
  </features>
 
10
  <on_poweroff>destroy</on_poweroff>
 
11
  <on_reboot>restart</on_reboot>
 
12
  <on_crash>restart</on_crash>
 
13
  <vcpu>7</vcpu>
 
14
  <devices>
 
15
    <disk type='file' device='disk'>
 
16
      <source file='/tmp/__virtinst__cli_root.raw'/>
 
17
      <target dev='xvda' bus='xen'/>
 
18
    </disk>
 
19
    <disk type='file' device='disk'>
 
20
      <source file='/tmp/__virtinst__cli_scratch.raw'/>
 
21
      <target dev='xvdb' bus='xen'/>
 
22
    </disk>
 
23
    <interface type='user'>
 
24
      <mac address='00:11:22:33:44:55'/>
 
25
    </interface>
 
26
    <input type='mouse' bus='xen'/>
 
27
    <graphics type='vnc' port='-1' keymap='en-us'/>
 
28
    <video>
 
29
      <model type='vga'/>
 
30
    </video>
 
31
  </devices>
 
32
</domain>