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

« back to all changes in this revision

Viewing changes to tests/xmlparse-xml/add-devices-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="kvm">
 
2
  <name>TestGuest</name>
 
3
  <currentMemory>204800</currentMemory>
 
4
  <memory>409600</memory>
 
5
  <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
6
  <os>
 
7
    <type arch="i686">hvm</type>
 
8
    <boot dev="hd"/>
 
9
  </os>
 
10
  <features>
 
11
    <acpi/><apic/>
 
12
  </features>
 
13
  <clock offset="utc"/>
 
14
  <on_poweroff>destroy</on_poweroff>
 
15
  <on_reboot>restart</on_reboot>
 
16
  <on_crash>restart</on_crash>
 
17
  <vcpu cpuset="1-3">5</vcpu>
 
18
  <devices>
 
19
    <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
 
20
    <disk type="file" device="floppy">
 
21
      <driver name="qemu" type="qcow2"/>
 
22
      <source file="/default-pool/testvol1.img"/>
 
23
      <target dev="fda" bus="fdc"/>
 
24
    </disk>
 
25
    <disk type="file" device="disk">
 
26
      <driver name="qemu" type="raw"/>
 
27
      <source file="/tmp/test.img"/>
 
28
      <target dev="vda" bus="virtio"/>
 
29
    </disk>
 
30
    <disk type="block" device="cdrom">
 
31
      <target dev="hdc" bus="ide"/>
 
32
      <readonly/>
 
33
    </disk>
 
34
    <interface type="network">
 
35
      <source network="default"/>
 
36
      <mac address="11:22:33:44:55:66"/>
 
37
      <model type="virtio"/>
 
38
    </interface>
 
39
    <graphics type="sdl" display=":3.4" xauth="/tmp/.Xauthority"/>
 
40
    <console type="pty"/>
 
41
    <watchdog model="i6300esb" action="reset"/>
 
42
    <interface type="network">
 
43
      <source network="default"/>
 
44
      <mac address="1A:2A:3A:4A:5A:6A"/>
 
45
    </interface>
 
46
  </devices>
 
47
  <seclabel type="static" model="selinux">
 
48
    <label>foolabel</label>
 
49
    <imagelabel>imagelabel</imagelabel>
 
50
  </seclabel>
 
51
</domain>