]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xml: create an RNG file for common types and move some definitions there
authorLaine Stump <laine@laine.org>
Sun, 26 Jun 2011 09:13:10 +0000 (05:13 -0400)
committerLaine Stump <laine@laine.org>
Tue, 5 Jul 2011 16:33:21 +0000 (12:33 -0400)
commit0c97dc415945896c30adbfecd1ac38fa4b90d677
tree0077948808e4fd9ca805b8f0ebe56bea363ae817
parentb2bf813e582b6efcf6cf00a6ef655eee3463e7f2
xml: create an RNG file for common types and move some definitions there

domain.rng, network.rng, and interface.rng already use a few of the
same types (or in some cases *should* but don't), and an upcoming code
change will have them sharing even more. To prepare for that, this
patch takes those common data type definitions and moves them into
basictypes.rng.

This may break some rule about the need to RNG files to be autonomous
or something, but I saw that storageencryption.rng is used in this
way, so I figured it must not be completely against the law...
docs/schemas/Makefile.am
docs/schemas/basictypes.rng [new file with mode: 0644]
docs/schemas/domain.rng
docs/schemas/interface.rng
docs/schemas/network.rng
libvirt.spec.in
mingw32-libvirt.spec.in