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

« back to all changes in this revision

Viewing changes to tests/xmlconfig-xml/install-f11.xml

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2009-12-07 10:04:22 UTC
  • mto: (1.6.3 sid)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20091207100422-2izjffd5ljvqun47
Tags: upstream-0.500.1
Import upstream version 0.500.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  <vcpu>5</vcpu>
18
18
  <devices>
19
19
    <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
 
20
    <disk type='file' device='floppy'>
 
21
      <source file='/default-pool/testvol1.img'/>
 
22
      <target dev='fda' bus='fdc'/>
 
23
    </disk>
20
24
    <disk type='file' device='disk'>
21
25
      <source file='/tmp/test.img'/>
22
26
      <target dev='vda' bus='virtio'/>
25
29
      <source dev='/dev/loop0'/>
26
30
      <target dev='vdb' bus='virtio'/>
27
31
    </disk>
 
32
    <disk type='file' device='cdrom'>
 
33
      <source file='/default-pool/default-vol'/>
 
34
      <target dev='hdc' bus='ide'/>
 
35
      <readonly/>
 
36
    </disk>
28
37
    <interface type='network'>
29
38
      <source network='default'/>
30
39
      <mac address='11:22:33:44:55:66'/>
31
40
      <model type='virtio'/>
32
41
    </interface>
33
42
    <input type='tablet' bus='usb'/>
34
 
    <graphics type='sdl' display=':3.4' xauth='/testdir/.Xauthority'/>
 
43
    <graphics type='sdl' display=':3.4' xauth='/tmp/.Xauthority'/>
35
44
    <console type='pty'/>
36
45
  </devices>
37
46
</domain>