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

« back to all changes in this revision

Viewing changes to tests/cli-test-xml/compare/xen-ia64-pv.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>foobar</name>
 
3
  <currentMemory>65536</currentMemory>
 
4
  <memory>65536</memory>
 
5
  <uuid>00000000-1111-2222-3333-444444444444</uuid>
 
6
  <os>
 
7
    <type arch='ia64'>linux</type>
 
8
    <kernel>./virtinst-vmlinuz.</kernel>
 
9
    <initrd>./virtinst-initrd.img.</initrd>
 
10
    <cmdline>method=tests/cli-test-xml/faketree</cmdline>
 
11
  </os>
 
12
  <features>
 
13
    <acpi/><apic/>
 
14
  </features>
 
15
  <on_poweroff>destroy</on_poweroff>
 
16
  <on_reboot>destroy</on_reboot>
 
17
  <on_crash>destroy</on_crash>
 
18
  <vcpu>1</vcpu>
 
19
  <devices>
 
20
    <disk type='file' device='disk'>
 
21
      <source file='/tmp/__virtinst_cli_exist1.img'/>
 
22
      <target dev='xvda' bus='xen'/>
 
23
    </disk>
 
24
    <interface type='user'>
 
25
      <mac address='00:11:22:33:44:55'/>
 
26
    </interface>
 
27
    <input type='mouse' bus='xen'/>
 
28
    <graphics type='vnc' port='-1' keymap='en-us'/>
 
29
    <video>
 
30
      <model type='cirrus'/>
 
31
    </video>
 
32
  </devices>
 
33
</domain>
 
34
<domain type='xen'>
 
35
  <name>foobar</name>
 
36
  <currentMemory>65536</currentMemory>
 
37
  <memory>65536</memory>
 
38
  <uuid>00000000-1111-2222-3333-444444444444</uuid>
 
39
  <bootloader>/usr/bin/pygrub</bootloader>
 
40
  <features>
 
41
    <acpi/><apic/>
 
42
  </features>
 
43
  <on_poweroff>destroy</on_poweroff>
 
44
  <on_reboot>restart</on_reboot>
 
45
  <on_crash>restart</on_crash>
 
46
  <vcpu>1</vcpu>
 
47
  <devices>
 
48
    <disk type='file' device='disk'>
 
49
      <source file='/tmp/__virtinst_cli_exist1.img'/>
 
50
      <target dev='xvda' bus='xen'/>
 
51
    </disk>
 
52
    <interface type='user'>
 
53
      <mac address='00:11:22:33:44:55'/>
 
54
    </interface>
 
55
    <input type='mouse' bus='xen'/>
 
56
    <graphics type='vnc' port='-1' keymap='en-us'/>
 
57
    <video>
 
58
      <model type='cirrus'/>
 
59
    </video>
 
60
  </devices>
 
61
</domain>