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

« back to all changes in this revision

Viewing changes to tests/install-paravirt-disk-drv-phy.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='block' device='disk'>
 
18
      <driver name='phy'/>
 
19
      <source dev='/dev/loop0'/>
 
20
      <target dev='xvda'/>
 
21
    </disk>
 
22
 
 
23
 
 
24
    <input type='mouse' bus='xen'/>
 
25
    <graphics type='vnc' port='-1' keymap='ja' />
 
26
  </devices>
 
27
</domain>