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

« back to all changes in this revision

Viewing changes to tests/xmlconfig-xml/boot-paravirt-disk-file.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:
10
10
  <vcpu>5</vcpu>
11
11
  <devices>
12
12
    <disk type='file' device='disk'>
13
 
      <source file='/tmp/test.img'/>
 
13
      <source file='/tmp/somerandomfilename.img'/>
14
14
      <target dev='xvda' bus='xen'/>
15
15
    </disk>
16
16
    <input type='mouse' bus='xen'/>