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

« back to all changes in this revision

Viewing changes to tests/install-paravirt-many-disks.xml

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2008-11-19 09:19:29 UTC
  • mto: (1.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20081119091929-vwksujnqzo1utdln
Tags: upstream-0.400.0
Import upstream version 0.400.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  <vcpu>5</vcpu>
16
16
  <devices>
17
17
    <disk type='file' device='disk'>
18
 
      <source file='/etc/test1.img'/>
19
 
      <target dev='xvda'/>
 
18
      <source file='/tmp/test1.img'/>
 
19
      <target dev='xvda' bus='xen'/>
20
20
    </disk>
21
21
    <disk type='file' device='disk'>
22
22
      <driver name='tap' type='qcow'/>
23
 
      <source file='/etc/test2.img'/>
24
 
      <target dev='xvdb'/>
 
23
      <source file='/tmp/test2.img'/>
 
24
      <target dev='xvdb' bus='xen'/>
25
25
    </disk>
26
26
    <disk type='block' device='disk'>
27
27
      <source dev='/dev/loop0'/>
28
 
      <target dev='xvdc'/>
 
28
      <target dev='xvdc' bus='xen'/>
29
29
    </disk>
30
 
 
31
 
 
32
30
    <input type='mouse' bus='xen'/>
33
 
    <graphics type='vnc' port='-1' keymap='ja' />
 
31
    <graphics type='vnc' port='-1' keymap='ja'/>
34
32
  </devices>
35
33
</domain>