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

« back to all changes in this revision

Viewing changes to tests/xmlparse-xml/change-boot-kernel-in.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
  <os>
 
7
    <type arch="i686">linux</type>
 
8
    <kernel>/boot/vmlinuz</kernel>
 
9
    <initrd>/boot/initrd</initrd>
 
10
    <cmdline>location</cmdline>
 
11
  </os>
 
12
  <on_poweroff>destroy</on_poweroff>
 
13
  <on_reboot>destroy</on_reboot>
 
14
  <on_crash>destroy</on_crash>
 
15
  <vcpu>5</vcpu>
 
16
  <devices>
 
17
    <disk type="block" device="disk">
 
18
      <source dev="/dev/loop0"/>
 
19
      <target dev="xvda" bus="xen"/>
 
20
    </disk>
 
21
    <input type="mouse" bus="xen"/>
 
22
    <graphics type="vnc" port="-1" keymap="ja"/>
 
23
  </devices>
 
24
</domain>