docs: Reword virDomainGetEmulatorPinInfo description
[libvirt.git] / tests / storagevolxml2xmlout / vol-qcow2.xml
blob8c942d4b78470f7d6dd0fb50190038c7a44b8cbf
1 <volume type='file'>
2   <name>OtherDemo.img</name>
3   <key>/var/lib/libvirt/images/OtherDemo.img</key>
4   <capacity unit='bytes'>5368709120</capacity>
5   <allocation unit='bytes'>294912</allocation>
6   <target>
7     <path>/var/lib/libvirt/images/OtherDemo.img</path>
8     <format type='qcow2'/>
9     <permissions>
10       <mode>0644</mode>
11       <owner>0</owner>
12       <group>0</group>
13       <label>unconfined_u:object_r:virt_image_t:s0</label>
14     </permissions>
15   </target>
16   <backingStore>
17     <path>/dev/null</path>
18     <format type='raw'/>
19     <permissions>
20       <mode>0644</mode>
21       <owner>0</owner>
22       <group>0</group>
23       <label>unconfined_u:object_r:virt_image_t:s0</label>
24     </permissions>
25   </backingStore>
26 </volume>