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

« back to all changes in this revision

Viewing changes to tests/boot-paravirt-disk-drv-tap.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
  <bootloader>/usr/bin/pygrub</bootloader>
 
7
  <on_poweroff>destroy</on_poweroff>
 
8
  <on_reboot>restart</on_reboot>
 
9
  <on_crash>restart</on_crash>
 
10
  <vcpu>5</vcpu>
 
11
  <devices>
 
12
    <disk type='file' device='disk'>
 
13
      <driver name='tap'/>
 
14
      <source file='/etc/test.img'/>
 
15
      <target dev='xvda'/>
 
16
    </disk>
 
17
 
 
18
 
 
19
    <input type='mouse' bus='xen'/>
 
20
    <graphics type='vnc' port='-1' keymap='ja' />
 
21
  </devices>
 
22
</domain>