Add missing libxml2-tools dependency
[archive/platform/upstream/libvirt.git] / tests / xml2sexprdata / xml2sexpr-no-source-cdrom.xml
1 <domain type='xen' id='6'>
2   <name>test</name>
3   <uuid>cc2315e7d26a307a438c6d188ec4c09c</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'>391168</memory>
10   <currentMemory unit='KiB'>358400</currentMemory>
11   <vcpu>1</vcpu>
12   <on_poweroff>destroy</on_poweroff>
13   <on_reboot>destroy</on_reboot>
14   <on_crash>destroy</on_crash>
15   <features>
16     <acpi/>
17     <apic/>
18     <pae/>
19   </features>
20   <devices>
21     <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
22     <interface type='ethernet'>
23       <mac address='00:16:3e:0a:7b:39'/>
24       <model type='e1000'/>
25     </interface>
26     <disk type='block' device='disk'>
27       <driver name='phy'/>
28       <source dev='/dev/sda8'/>
29       <target dev='hda'/>
30     </disk>
31     <disk device='cdrom'>
32       <target dev='hdc'/>
33       <readonly/>
34     </disk>
35     <graphics type='vnc' port='5906'/>
36   </devices>
37 </domain>