sexpr2xml-fv-serial-tcp-telnet.xml 2.0 KB
Newer Older
1 2 3
<domain type='xen' id='1'>
  <name>fvtest</name>
  <uuid>b5d70dd2-75cd-aca5-1776-9660b059d8bc</uuid>
E
Eric Blake 已提交
4 5
  <memory unit='KiB'>409600</memory>
  <currentMemory unit='KiB'>409600</currentMemory>
6
  <vcpu placement='static'>1</vcpu>
7 8
  <os>
    <type>hvm</type>
9
    <loader type='rom'>/usr/lib/xen/boot/hvmloader</loader>
10 11 12 13 14
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
  </features>
15
  <clock offset='variable' adjustment='0' basis='utc'/>
16 17 18
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
19
  <devices>
20
    <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
21
    <disk type='file' device='disk'>
22
      <driver name='file' type='raw'/>
23
      <source file='/root/foo.img'/>
24
      <target dev='hda' bus='ide'/>
25
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
26 27
    </disk>
    <disk type='file' device='cdrom'>
28
      <driver name='file' type='raw'/>
29
      <source file='/root/boot.iso'/>
30
      <target dev='hdc' bus='ide'/>
31
      <readonly/>
32
      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
33
    </disk>
34
    <controller type='xenbus' index='0'/>
35
    <controller type='ide' index='0'/>
36 37 38
    <interface type='bridge'>
      <mac address='00:16:3e:1b:b1:47'/>
      <source bridge='xenbr0'/>
39
      <script path='vif-bridge'/>
40 41
      <target dev='vif1.0'/>
    </interface>
42 43 44 45 46 47 48 49
    <serial type='tcp'>
      <source mode='bind' host='localhost' service='9999'/>
      <protocol type='telnet'/>
      <target port='0'/>
    </serial>
    <console type='tcp'>
      <source mode='bind' host='localhost' service='9999'/>
      <protocol type='telnet'/>
50
      <target type='serial' port='0'/>
51
    </console>
52
    <input type='mouse' bus='ps2'/>
L
Li Zhang 已提交
53
    <input type='keyboard' bus='ps2'/>
54 55 56
    <graphics type='vnc' port='-1' autoport='yes'>
      <listen type='address'/>
    </graphics>
J
Ján Tomko 已提交
57
    <video>
58
      <model type='cirrus' vram='8192' heads='1' primary='yes'/>
J
Ján Tomko 已提交
59
    </video>
60
    <memballoon model='xen'/>
61 62
  </devices>
</domain>