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

« back to all changes in this revision

Viewing changes to tests/xmlparse-xml/change-guest-out.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>change_name</name>
 
3
  <currentMemory>1024000</currentMemory>
 
4
  <memory>2048000</memory>
 
5
  <uuid>11111111-2222-3333-4444-555555555555</uuid>
 
6
  <os>
 
7
    <type machine="pc-0.11">xen</type>
 
8
    <boot dev="fd"/>
 
9
    <bootmenu enable="no"/>
 
10
  </os>
 
11
  <features>
 
12
    <pae/>
 
13
  </features>
 
14
  <cpu match="strict">
 
15
    <model>qemu64</model>
 
16
    <vendor>qemuvendor</vendor>
 
17
    <topology sockets="1" cores="3" threads="1"/>
 
18
    <feature policy="disable" name="foofeat"/>
 
19
    <feature policy="require" name="addfeature"/>
 
20
  </cpu>
 
21
  <clock offset="localtime"/>
 
22
  <on_poweroff>destroy</on_poweroff>
 
23
  <on_reboot>restart</on_reboot>
 
24
  <on_crash>restart</on_crash>
 
25
  <vcpu cpuset="1-5,15" current="22">30</vcpu>
 
26
  <devices>
 
27
    <emulator>/usr/binnnn/fooemu</emulator>
 
28
    <disk type="file" device="floppy">
 
29
      <driver name="qemu" type="qcow2"/>
 
30
      <source file="/default-pool/testvol1.img"/>
 
31
      <target dev="fda" bus="fdc"/>
 
32
    </disk>
 
33
    <disk type="file" device="disk">
 
34
      <driver name="qemu" type="raw"/>
 
35
      <source file="/tmp/test.img"/>
 
36
      <target dev="vda" bus="virtio"/>
 
37
    </disk>
 
38
    <disk type="block" device="disk">
 
39
      <driver name="qemu"/>
 
40
      <source dev="/dev/loop0"/>
 
41
      <target dev="vdb" bus="virtio"/>
 
42
    </disk>
 
43
    <disk type="block" device="cdrom">
 
44
      <target dev="hdc" bus="ide"/>
 
45
      <readonly/>
 
46
    </disk>
 
47
    <interface type="network">
 
48
      <source network="default"/>
 
49
      <mac address="11:22:33:44:55:66"/>
 
50
      <model type="virtio"/>
 
51
    </interface>
 
52
    <graphics type="sdl" display=":3.4" xauth="/tmp/.Xauthority"/>
 
53
    <console type="pty"/>
 
54
  </devices>
 
55
  <seclabel type="static" model="apparmor">
 
56
    <label>barlabel</label>
 
57
    <imagelabel>fooimage</imagelabel>
 
58
  </seclabel>
 
59
  <description>Hey desc changed</description>
 
60
</domain>