Add missing libxml2-tools dependency
[archive/platform/upstream/libvirt.git] / tests / xml2sexprdata / xml2sexpr-fv-serial-tcp-telnet.xml
1 <domain type='xen'>
2   <name>fvtest</name>
3   <uuid>b5d70dd275cdaca517769660b059d8bc</uuid>
4   <os>
5     <type>hvm</type>
6     <loader>/usr/lib/xen/boot/hvmloader</loader>
7     <boot dev='hd'/>
8   </os>
9   <memory unit='KiB'>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   <devices>
18     <emulator>/usr/lib64/xen/bin/qemu-dm</emulator>
19     <interface type='bridge'>
20       <source bridge='xenbr0'/>
21       <mac address='00:16:3e:1b:b1:47'/>
22       <script path='vif-bridge'/>
23       <model type='e1000'/>
24     </interface>
25     <disk type='file' device='cdrom'>
26       <source file='/root/boot.iso'/>
27       <target dev='hdc'/>
28       <readonly/>
29     </disk>
30     <disk type='file'>
31       <source file='/root/foo.img'/>
32       <target dev='ioemu:hda'/>
33     </disk>
34     <serial type='tcp'>
35       <source mode='bind' host='localhost' service='9999'/>
36       <protocol type='telnet'/>
37       <target port='0'/>
38     </serial>
39     <graphics type='vnc' port='5917' keymap='ja'/>
40   </devices>
41 </domain>