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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-11-20 13:40:28 UTC
  • Revision ID: james.westby@ubuntu.com-20071120134028-rg0pjby0jc4mycks
Tags: upstream-0.300.1+hg20071120
ImportĀ upstreamĀ versionĀ 0.300.1+hg20071120

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>linux</type>
 
8
    <kernel>/boot/vmlinuz</kernel>
 
9
    <initrd>/boot/initrd</initrd>
 
10
    <cmdline></cmdline>
 
11
  </os>
 
12
  <on_poweroff>destroy</on_poweroff>
 
13
  <on_reboot>destroy</on_reboot>
 
14
  <on_crash>destroy</on_crash>
 
15
  <vcpu>5</vcpu>
 
16
  <devices>
 
17
    <disk type='file' device='disk'>
 
18
      <source file='/etc/test1.img'/>
 
19
      <target dev='xvda'/>
 
20
    </disk>
 
21
    <disk type='file' device='disk'>
 
22
      <driver name='tap' type='qcow'/>
 
23
      <source file='/etc/test2.img'/>
 
24
      <target dev='xvdb'/>
 
25
    </disk>
 
26
    <disk type='block' device='disk'>
 
27
      <source dev='/dev/loop0'/>
 
28
      <target dev='xvdc'/>
 
29
    </disk>
 
30
 
 
31
 
 
32
    <input type='mouse' bus='xen'/>
 
33
    <graphics type='vnc' port='-1' keymap='ja' />
 
34
  </devices>
 
35
</domain>