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

« back to all changes in this revision

Viewing changes to tests/xmconfigdata/test-fullvirt-serial-udp.xml

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-06-25 18:51:21 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20080625185121-8dku38gpoluks1bx
Tags: upstream-0.4.4
ImportĀ upstreamĀ versionĀ 0.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<domain type='xen'>
 
2
  <name>XenGuest2</name>
 
3
  <uuid>c7a5fdb2-cdaf-9455-926a-d65c16db1809</uuid>
 
4
  <os>
 
5
    <type>hvm</type>
 
6
    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
7
    <boot dev='cdrom'/>
 
8
  </os>
 
9
  <currentMemory>403456</currentMemory>
 
10
  <memory>592896</memory>
 
11
  <vcpu>1</vcpu>
 
12
  <on_poweroff>destroy</on_poweroff>
 
13
  <on_reboot>restart</on_reboot>
 
14
  <on_crash>restart</on_crash>
 
15
  <features>
 
16
    <pae/>
 
17
    <acpi/>
 
18
    <apic/>
 
19
  </features>
 
20
  <clock offset='utc'/>
 
21
  <devices>
 
22
    <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
 
23
    <disk type='block' device='disk'>
 
24
      <driver name='phy'/>
 
25
      <source dev='/dev/HostVG/XenGuest2'/>
 
26
      <target dev='hda' bus='ide'/>
 
27
    </disk>
 
28
    <disk type='file' device='cdrom'>
 
29
      <driver name='file'/>
 
30
      <source file='/root/boot.iso'/>
 
31
      <target dev='hdc' bus='ide'/>
 
32
      <readonly/>
 
33
    </disk>
 
34
    <interface type='bridge'>
 
35
      <mac address='00:16:3E:66:92:9C'/>
 
36
      <source bridge='xenbr1'/>
 
37
    </interface>
 
38
    <input type='mouse' bus='ps2'/>
 
39
    <graphics type='vnc' port='-1' listen='127.0.0.1' passwd='123poi'/>
 
40
    <serial type='udp'>
 
41
      <source mode='connect' host='127.0.0.1' service='9999'/>
 
42
      <source mode='bind' host='0.0.0.0' service='99998'/>
 
43
      <target port='0'/>
 
44
    </serial>
 
45
    <console type='udp'>
 
46
      <source mode='connect' host='127.0.0.1' service='9999'/>
 
47
      <source mode='bind' host='0.0.0.0' service='99998'/>
 
48
      <target port='0'/>
 
49
    </console>
 
50
  </devices>
 
51
</domain>