~ubuntu-branches/ubuntu/raring/virtinst/raring-proposed

« back to all changes in this revision

Viewing changes to tests/install-fullyvirt-disk-file.xml

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2009-02-15 20:14:53 UTC
  • mto: (1.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090215201453-xz4byaum28geqjjf
Tags: upstream-0.400.1
Import upstream version 0.400.1

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>hvm</type>
8
 
    <loader>/usr/lib/xen/boot/hvmloader</loader>
9
 
    <boot dev='cdrom'/>
10
 
  </os>
11
 
  <features>
12
 
    <acpi/><apic/>
13
 
  </features>
14
 
  <clock offset="utc"/>
15
 
  <on_poweroff>destroy</on_poweroff>
16
 
  <on_reboot>destroy</on_reboot>
17
 
  <on_crash>destroy</on_crash>
18
 
  <vcpu>5</vcpu>
19
 
  <devices>
20
 
    <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
21
 
    <console type='pty'/>
22
 
    <disk type='file' device='disk'>
23
 
      <source file='/tmp/test.img'/>
24
 
      <target dev='hda' bus='ide'/>
25
 
    </disk>
26
 
    <disk type='block' device='cdrom'>
27
 
      <source dev='/dev/loop0'/>
28
 
      <target dev='hdc' bus='ide'/>
29
 
      <readonly/>
30
 
    </disk>
31
 
    <input type='mouse' bus='ps2'/>
32
 
    <graphics type='sdl'/>
33
 
  </devices>
34
 
</domain>