~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to tests/sexpr2xmldata/sexpr2xml-fv-autoport.xml

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-02-11 01:01:42 UTC
  • mto: (3.4.1 sid) (1.2.1 upstream) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090211010142-wk9mgtbw8bmp3zcb
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<domain type='xen' id='21'>
 
2
  <name>domu-224</name>
 
3
  <uuid>e0c172e6-4ad8-7353-0ece-515d2f181365</uuid>
 
4
  <memory>524288</memory>
 
5
  <currentMemory>524288</currentMemory>
 
6
  <vcpu>1</vcpu>
 
7
  <os>
 
8
    <type>hvm</type>
 
9
    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
10
    <boot dev='cdrom'/>
 
11
  </os>
 
12
  <features>
 
13
    <pae/>
 
14
  </features>
 
15
  <clock offset='localtime'/>
 
16
  <on_poweroff>destroy</on_poweroff>
 
17
  <on_reboot>destroy</on_reboot>
 
18
  <on_crash>destroy</on_crash>
 
19
  <devices>
 
20
    <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
 
21
    <disk type='block' device='disk'>
 
22
      <driver name='phy'/>
 
23
      <source dev='/iscsi/winxp'/>
 
24
      <target dev='hda' bus='ide'/>
 
25
    </disk>
 
26
    <disk type='file' device='cdrom'>
 
27
      <driver name='file'/>
 
28
      <source file='/net/heaped/export/netimage/windows/xp-sp2-vol.iso'/>
 
29
      <target dev='hdc' bus='ide'/>
 
30
      <readonly/>
 
31
    </disk>
 
32
    <interface type='bridge'>
 
33
      <mac address='00:16:3e:1b:e8:18'/>
 
34
      <source bridge='e1000g0'/>
 
35
      <script path='vif-vnic'/>
 
36
      <target dev='vif21.0'/>
 
37
    </interface>
 
38
    <serial type='pty'>
 
39
      <target port='0'/>
 
40
    </serial>
 
41
    <console type='pty'>
 
42
      <target port='0'/>
 
43
    </console>
 
44
    <input type='tablet' bus='usb'/>
 
45
    <input type='mouse' bus='ps2'/>
 
46
    <graphics type='vnc' port='5925' autoport='yes' keymap='en-us'/>
 
47
  </devices>
 
48
</domain>