Update xml schemas according to libvirt source

capability.rng: Guest features can be in any order.
nodedev.rng: Added <driver> element, <capability> phys_function and
virt_functions for PCI devices.
storagepool.rng: Owner or group ID can be -1.

schema tests: New capabilities and nodedev files; changed owner and
group to -1 in pool-dir.xml.
storage_conf: Print uid_t and gid_t as signed to storage pool XML.
This commit is contained in:
Ján Tomko
2012-08-02 14:36:23 -06:00
committed by Eric Blake
parent 1f6f723ce1
commit 37a10129c2
8 changed files with 231 additions and 47 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
<path>/var/lib/libvirt/images</path>
<permissions>
<mode>0700</mode>
<owner>0</owner>
<group>0</group>
<owner>-1</owner>
<group>-1</group>
<label>some_label_t</label>
</permissions>
</target>