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

« back to all changes in this revision

Viewing changes to tests/sexpr2xmldata/sexpr2xml-fv-serial-tcp-telnet.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' id='1'>
 
2
  <name>fvtest</name>
 
3
  <uuid>b5d70dd2-75cd-aca5-1776-9660b059d8bc</uuid>
 
4
  <os>
 
5
    <type>hvm</type>
 
6
    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
7
    <boot dev='hd'/>
 
8
  </os>
 
9
  <memory>409600</memory>
 
10
  <vcpu>1</vcpu>
 
11
  <on_poweroff>destroy</on_poweroff>
 
12
  <on_reboot>restart</on_reboot>
 
13
  <on_crash>restart</on_crash>
 
14
  <features>
 
15
    <acpi/>
 
16
  </features>
 
17
  <clock offset='utc'/>
 
18
  <devices>
 
19
    <emulator>/usr/lib64/xen/bin/qemu-dm</emulator>
 
20
    <disk type='file' device='disk'>
 
21
      <driver name='file'/>
 
22
      <source file='/root/foo.img'/>
 
23
      <target dev='hda' bus='ide'/>
 
24
    </disk>
 
25
    <interface type='bridge'>
 
26
      <source bridge='xenbr0'/>
 
27
      <target dev='vif1.0'/>
 
28
      <mac address='00:16:3e:1b:b1:47'/>
 
29
      <script path='vif-bridge'/>
 
30
    </interface>
 
31
    <disk type='file' device='cdrom'>
 
32
      <driver name='file'/>
 
33
      <source file='/root/boot.iso'/>
 
34
      <target dev='hdc' bus='ide'/>
 
35
      <readonly/>
 
36
    </disk>
 
37
    <input type='mouse' bus='ps2'/>
 
38
    <graphics type='vnc' port='5901'/>
 
39
    <serial type='tcp'>
 
40
      <source mode='bind' host='localhost' service='9999'/>
 
41
      <protocol type='telnet'/>
 
42
      <target port='0'/>
 
43
    </serial>
 
44
    <console type='tcp'>
 
45
      <source mode='bind' host='localhost' service='9999'/>
 
46
      <protocol type='telnet'/>
 
47
      <target port='0'/>
 
48
    </console>
 
49
  </devices>
 
50
</domain>