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