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

« back to all changes in this revision

Viewing changes to tests/cli-test-xml/compare/xen-hvm.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='x86_64'>hvm</type>
 
8
    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
9
    <boot dev='cdrom'/>
 
10
    <boot dev='hd'/>
 
11
  </os>
 
12
  <features>
 
13
    <acpi/><apic/><pae/>
 
14
  </features>
 
15
  <clock offset="utc"/>
 
16
  <on_poweroff>destroy</on_poweroff>
 
17
  <on_reboot>restart</on_reboot>
 
18
  <on_crash>restart</on_crash>
 
19
  <vcpu>1</vcpu>
 
20
  <devices>
 
21
    <emulator>/usr/lib64/xen/bin/qemu-dm</emulator>
 
22
    <disk type='file' device='disk'>
 
23
      <source file='/tmp/__virtinst_cli_exist1.img'/>
 
24
      <target dev='hda' bus='ide'/>
 
25
    </disk>
 
26
    <disk type='file' device='cdrom'>
 
27
      <source file='/tmp/__virtinst_cli_exist1.img'/>
 
28
      <target dev='hdc' bus='ide'/>
 
29
      <readonly/>
 
30
    </disk>
 
31
    <interface type='user'>
 
32
      <mac address='00:11:22:33:44:55'/>
 
33
    </interface>
 
34
    <input type='mouse' bus='ps2'/>
 
35
    <graphics type='vnc' port='-1' keymap='en-us'/>
 
36
    <console type='pty'/>
 
37
    <video>
 
38
      <model type='cirrus'/>
 
39
    </video>
 
40
  </devices>
 
41
</domain>