Add missing libxml2-tools dependency
[archive/platform/upstream/libvirt.git] / tests / xml2sexprdata / xml2sexpr-pv-bootloader-cmdline.xml
1 <domain type='xen' id='15'>
2   <name>pvtest</name>
3   <uuid>596a5d2171f48fb2e068e2386a5c413e</uuid>
4   <bootloader>/usr/bin/pygrub</bootloader>
5   <bootloader_args>-q</bootloader_args>
6  <os>
7     <type>linux</type>
8     <cmdline>xenfb.video=8,1280,1024</cmdline>
9   </os>
10   <memory unit='KiB'>430080</memory>
11   <vcpu>2</vcpu>
12   <on_poweroff>destroy</on_poweroff>
13   <on_reboot>destroy</on_reboot>
14   <on_crash>destroy</on_crash>
15   <devices>
16     <disk type='file' device='disk'>
17       <source file='/root/some.img'/>
18       <target dev='xvda'/>
19     </disk>
20     <console tty='/dev/pts/4'/>
21   </devices>
22 </domain>