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

« back to all changes in this revision

Viewing changes to tests/xmlparse-xml/change-hostdevs-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="xen">
 
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
    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
9
    <boot dev="network"/>
 
10
  </os>
 
11
  <features>
 
12
    <acpi/><apic/>
 
13
  </features>
 
14
  <clock offset="utc"/>
 
15
  <on_poweroff>destroy</on_poweroff>
 
16
  <on_reboot>restart</on_reboot>
 
17
  <on_crash>restart</on_crash>
 
18
  <vcpu>5</vcpu>
 
19
  <devices>
 
20
    <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
 
21
    <input type="mouse" bus="ps2"/>
 
22
    <graphics type="sdl" display=":3.4" xauth="/tmp/.Xauthority"/>
 
23
    <console type="pty"/>
 
24
    <hostdev type="usb" managed="no">
 
25
      <source>
 
26
        <vendor id="0x1111"/>
 
27
        <product id="0x2222"/>
 
28
        <address bus="1" device="2"/>
 
29
      </source>
 
30
    </hostdev>
 
31
    <hostdev mode="subsystem" type="usb" managed="yes">
 
32
      <source>
 
33
        <address bus="0x56" device="0x78"/>
 
34
      </source>
 
35
    </hostdev>
 
36
    <hostdev mode="capabilities" type="pci" managed="yes">
 
37
      <source>
 
38
        <address domain="0x2" bus="0x99" slot="0x88" function="0x77"/>
 
39
      </source>
 
40
    </hostdev>
 
41
  </devices>
 
42
</domain>