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

« back to all changes in this revision

Viewing changes to tests/xmlparse-xml/change-sounds-out.xml

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Léonard
  • Date: 2011-01-29 21:41:21 UTC
  • mto: (1.6.3 sid)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20110129214121-pjuxf2xz08l5zqew
Tags: upstream-0.500.5
Import upstream version 0.500.5

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
  <description>foooo barrrr somedesc</description>
 
7
  <os>
 
8
    <type arch="i686">hvm</type>
 
9
    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
10
    <boot dev="hd"/>
 
11
  </os>
 
12
  <features>
 
13
    <acpi/><apic/>
 
14
  </features>
 
15
  <clock offset="localtime"/>
 
16
  <on_poweroff>destroy</on_poweroff>
 
17
  <on_reboot>restart</on_reboot>
 
18
  <on_crash>restart</on_crash>
 
19
  <vcpu>5</vcpu>
 
20
  <devices>
 
21
    <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
 
22
    <disk type="block" device="floppy">
 
23
      <source dev="/dev/loop0"/>
 
24
      <target dev="fda" bus="fdc"/>
 
25
    </disk>
 
26
    <sound model="ac97"/>
 
27
    <sound model="es1370"/>
 
28
    <sound model="sb16"/>
 
29
  </devices>
 
30
  <seclabel type="static" model="selinux">
 
31
    <label>foolabel</label>
 
32
    <imagelabel>imagelabel</imagelabel>
 
33
  </seclabel>
 
34
</domain>