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

« back to all changes in this revision

Viewing changes to tests/image-xml/image2guest/image-xenpv32.xml

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2009-02-15 20:14:53 UTC
  • mto: (1.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090215201453-xz4byaum28geqjjf
Tags: upstream-0.400.1
Import upstream version 0.400.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<domain type='test'>
 
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>destroy</on_reboot>
 
9
  <on_crash>destroy</on_crash>
 
10
  <vcpu>5</vcpu>
 
11
  <devices>
 
12
    <input type='mouse' bus='xen'/>
 
13
    <graphics type='vnc' port='-1' keymap='ja'/>
 
14
  </devices>
 
15
</domain>