Add missing libxml2-tools dependency
[archive/platform/upstream/libvirt.git] / tests / domainsnapshotxml2xmlout / metadata.xml
1 <domainsnapshot>
2   <name>my snap name</name>
3   <description>!@#$%^</description>
4   <state>running</state>
5   <parent>
6     <name>earlier_snap</name>
7   </parent>
8   <creationTime>1272917631</creationTime>
9   <memory snapshot='internal'/>
10   <domain type='qemu'>
11     <name>QEMUGuest1</name>
12     <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
13     <metadata>
14       <app1:foo xmlns:app1="http://foo.org/">fooish</app1:foo>
15       <app2:bar xmlns:app2="http://bar.com/" maman="baz">barish</app2:bar>
16     </metadata>
17     <memory unit='KiB'>219100</memory>
18     <currentMemory unit='KiB'>219100</currentMemory>
19     <vcpu placement='static' cpuset='1-4,8-20,525'>1</vcpu>
20     <os>
21       <type arch='i686' machine='pc'>hvm</type>
22       <boot dev='hd'/>
23     </os>
24     <clock offset='utc'/>
25     <on_poweroff>destroy</on_poweroff>
26     <on_reboot>restart</on_reboot>
27     <on_crash>destroy</on_crash>
28     <devices>
29       <emulator>/usr/bin/qemu</emulator>
30       <disk type='block' device='disk'>
31         <source dev='/dev/HostVG/QEMUGuest1'/>
32         <target dev='hda' bus='ide'/>
33         <address type='drive' controller='0' bus='0' target='0' unit='0'/>
34       </disk>
35       <controller type='usb' index='0'/>
36       <controller type='ide' index='0'/>
37       <controller type='pci' index='0' model='pci-root'/>
38       <memballoon model='virtio'/>
39     </devices>
40   </domain>
41 </domainsnapshot>