Add missing libxml2-tools dependency
[archive/platform/upstream/libvirt.git] / tests / xml2sexprdata / xml2sexpr-pv-bootloader.xml
1 <domain type='xen' id='15'>
2   <name>pvtest</name>
3   <uuid>596a5d2171f48fb2e068e2386a5c413e</uuid>
4   <bootloader>/usr/bin/pypxeboot</bootloader>
5   <bootloader_args>mac=AA:00:86:e2:35:72</bootloader_args>
6   <memory unit='KiB'>430080</memory>
7   <vcpu>2</vcpu>
8   <on_poweroff>destroy</on_poweroff>
9   <on_reboot>destroy</on_reboot>
10   <on_crash>destroy</on_crash>
11   <devices>
12     <disk type='file' device='disk'>
13       <source file='/root/some.img'/>
14       <target dev='xvda'/>
15     </disk>
16     <console tty='/dev/pts/4'/>
17   </devices>
18 </domain>