Add missing libxml2-tools dependency
[archive/platform/upstream/libvirt.git] / tests / domainsnapshotxml2xmlout / disk_snapshot_redefine.xml
1 <domainsnapshot>
2   <name>my snap name</name>
3   <description>!@#$%^</description>
4   <state>disk-snapshot</state>
5   <parent>
6     <name>earlier_snap</name>
7   </parent>
8   <creationTime>1272917631</creationTime>
9   <memory snapshot='no'/>
10   <disks>
11     <disk name='hda' snapshot='no'/>
12     <disk name='hdb' snapshot='no'/>
13     <disk name='hdc' snapshot='internal'/>
14     <disk name='hdd' snapshot='external' type='file'>
15       <driver type='qed'/>
16       <source file='/path/to/generated4'/>
17     </disk>
18     <disk name='hde' snapshot='external' type='file'>
19       <driver type='qcow2'/>
20       <source file='/path/to/new'/>
21     </disk>
22     <disk name='hdf' snapshot='external' type='file'>
23       <driver type='qcow2'/>
24       <source file='/path/to/generated5'/>
25     </disk>
26   </disks>
27   <domain type='qemu'>
28     <name>QEMUGuest1</name>
29     <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
30     <memory unit='KiB'>219100</memory>
31     <currentMemory unit='KiB'>219100</currentMemory>
32     <vcpu placement='static' cpuset='1-4,8-20,525'>1</vcpu>
33     <os>
34       <type arch='i686' machine='pc'>hvm</type>
35       <boot dev='hd'/>
36     </os>
37     <clock offset='utc'/>
38     <on_poweroff>destroy</on_poweroff>
39     <on_reboot>restart</on_reboot>
40     <on_crash>destroy</on_crash>
41     <devices>
42       <emulator>/usr/bin/qemu</emulator>
43       <disk type='block' device='disk'>
44         <source dev='/dev/HostVG/QEMUGuest1'/>
45         <target dev='hda' bus='ide'/>
46         <address type='drive' controller='0' bus='0' target='0' unit='0'/>
47       </disk>
48       <disk type='block' device='disk'>
49         <source dev='/dev/HostVG/QEMUGuest2'/>
50         <target dev='hdb' bus='ide'/>
51         <address type='drive' controller='0' bus='1' target='0' unit='0'/>
52       </disk>
53       <disk type='block' device='disk'>
54         <source dev='/dev/HostVG/QEMUGuest3'/>
55         <target dev='hdc' bus='ide'/>
56         <address type='drive' controller='0' bus='2' target='0' unit='0'/>
57       </disk>
58       <disk type='block' device='disk'>
59         <source dev='/dev/HostVG/QEMUGuest4'/>
60         <target dev='hdd' bus='ide'/>
61         <address type='drive' controller='0' bus='3' target='0' unit='0'/>
62       </disk>
63       <disk type='block' device='disk'>
64         <source dev='/dev/HostVG/QEMUGuest5'/>
65         <target dev='hde' bus='ide'/>
66         <address type='drive' controller='0' bus='4' target='0' unit='0'/>
67       </disk>
68       <disk type='block' device='disk'>
69         <source dev='/dev/HostVG/QEMUGuest6'/>
70         <target dev='hdf' bus='ide'/>
71         <address type='drive' controller='0' bus='5' target='0' unit='0'/>
72       </disk>
73       <controller type='usb' index='0'/>
74       <controller type='ide' index='0'/>
75       <controller type='pci' index='0' model='pci-root'/>
76       <memballoon model='virtio'/>
77     </devices>
78   </domain>
79   <active>1</active>
80 </domainsnapshot>