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

« back to all changes in this revision

Viewing changes to tests/clone-xml/readonly-disks-in.xml

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2009-03-22 20:13:27 UTC
  • mto: (1.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20090322201327-5ch3kqxe772e23zx
Tags: upstream-0.400.3
Import upstream version 0.400.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<domain type='kvm'>
 
2
  <name>clone-orig</name>
 
3
  <uuid>aaa3ae22-fed2-bfbd-ac02-3bea3bcfad82</uuid>
 
4
  <memory>262144</memory>
 
5
  <currentMemory>262144</currentMemory>
 
6
  <vcpu>1</vcpu>
 
7
  <os>
 
8
    <type arch='i686' machine='pc'>hvm</type>
 
9
    <boot dev='cdrom'/>
 
10
  </os>
 
11
  <features>
 
12
    <acpi/>
 
13
  </features>
 
14
  <clock offset='utc'/>
 
15
  <on_poweroff>destroy</on_poweroff>
 
16
  <on_reboot>restart</on_reboot>
 
17
  <on_crash>destroy</on_crash>
 
18
  <devices>
 
19
    <emulator>/usr/bin/qemu-kvm</emulator>
 
20
    <disk type='file' device='disk'>
 
21
      <source file='/tmp/virtinst-test1.img'/>
 
22
      <target dev='hda' bus='ide'/>
 
23
    </disk>
 
24
    <disk type='file' device='disk'>
 
25
      <source file='test3.img'/>
 
26
      <target dev='hdb' bus='ide'/>
 
27
      <readonly/>
 
28
    </disk>
 
29
    <disk type='file' device='disk'>
 
30
      <source file='/tmp/virtinst-test2.img'/>
 
31
      <target dev='sda' bus='scsi'/>
 
32
    </disk>
 
33
    <disk type='block' device='cdrom'>
 
34
      <target dev='sdb' bus='scsi'/>
 
35
      <readonly/>
 
36
    </disk>
 
37
    <disk type='file' device='cdrom'>
 
38
      <source file='test3.img'/>
 
39
      <target dev='sdc' bus='scsi'/>
 
40
      <readonly/>
 
41
      <shareable/>
 
42
    </disk>
 
43
    <interface type='network'>
 
44
      <mac address='54:52:00:6c:a0:cb'/>
 
45
      <source network='test1'/>
 
46
    </interface>
 
47
    <interface type='network'>
 
48
      <mac address='54:52:00:6c:bb:ca'/>
 
49
      <source network='test2'/>
 
50
    </interface>
 
51
    <input type='mouse' bus='ps2'/>
 
52
    <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'/>
 
53
  </devices>
 
54
</domain>