Add missing libxml2-tools dependency
[archive/platform/upstream/libvirt.git] / tests / domainsnapshotxml2xmlout / full_domain.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     <memory unit='KiB'>219100</memory>
14     <currentMemory unit='KiB'>219100</currentMemory>
15     <vcpu placement='static' cpuset='1-4,8-20,525'>1</vcpu>
16     <os>
17       <type arch='i686' machine='pc'>hvm</type>
18       <boot dev='hd'/>
19     </os>
20     <clock offset='utc'/>
21     <on_poweroff>destroy</on_poweroff>
22     <on_reboot>restart</on_reboot>
23     <on_crash>destroy</on_crash>
24     <devices>
25       <emulator>/usr/bin/qemu</emulator>
26       <disk type='block' device='disk'>
27         <source dev='/dev/HostVG/QEMUGuest1'/>
28         <target dev='hda' bus='ide'/>
29         <address type='drive' controller='0' bus='0' target='0' unit='0'/>
30       </disk>
31       <controller type='usb' index='0'/>
32       <controller type='ide' index='0'/>
33       <controller type='pci' index='0' model='pci-root'/>
34       <memballoon model='virtio'/>
35     </devices>
36   </domain>
37   <active>1</active>
38 </domainsnapshot>