Add missing libxml2-tools dependency
[archive/platform/upstream/libvirt.git] / tests / xml2sexprdata / xml2sexpr-fv-localtime.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   <clock offset='localtime'/>
18   <devices>
19     <emulator>/usr/lib64/xen/bin/qemu-dm</emulator>
20     <interface type='bridge'>
21       <source bridge='xenbr0'/>
22       <mac address='00:16:3e:1b:b1:47'/>
23       <script path='vif-bridge'/>
24       <model type='e1000'/>
25     </interface>
26     <disk type='file' device='cdrom'>
27       <source file='/root/boot.iso'/>
28       <target dev='hdc'/>
29       <readonly/>
30     </disk>
31     <disk type='file'>
32       <source file='/root/foo.img'/>
33       <target dev='ioemu:hda'/>
34     </disk>
35     <graphics type='vnc' port='5917' keymap='ja'/>
36   </devices>
37 </domain>