libvirt/docs/schemas
Eric Blake e2c41e4860 storage: match RNG to supported driver types
At one point, the code passed through arbitrary strings for file
formats, which supposedly lets qemu handle a new file type even
before libvirt has been taught to handle it.  However, to properly
label files, libvirt has to learn the file type anyway, so we
might as well make our life easier by only accepting file types
that we are prepared to handle.  This patch lets the RNG validation
ensure that only known strings are let through.

* docs/schemas/domaincommon.rng (driverFormat): Limit to list of
supported strings.
* docs/schemas/domainsnapshot.rng (driver): Likewise.
2012-10-19 17:35:09 -06:00
..
basictypes.rng schema: Add schema for disk <wwn> 2012-09-18 14:42:29 +08:00
capability.rng
domain.rng
domaincommon.rng storage: match RNG to supported driver types 2012-10-19 17:35:09 -06:00
domainsnapshot.rng storage: match RNG to supported driver types 2012-10-19 17:35:09 -06:00
interface.rng
Makefile.am
network.rng
networkcommon.rng
nodedev.rng schema: Add schema for disk <wwn> 2012-09-18 14:42:29 +08:00
nwfilter.rng
secret.rng
storageencryption.rng
storagepool.rng
storagevol.rng