]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Allow custom metadata in domain configuration XML
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 24 Jan 2012 02:26:18 +0000 (04:26 +0200)
committerEric Blake <eblake@redhat.com>
Wed, 25 Jan 2012 00:06:34 +0000 (17:06 -0700)
commitfa981fc945e7995aef0e828cfbce3cfda87bfe04
treed0959a98636582ce530a830444212b6b88aaa9c3
parentd19149dda888d36cea58b6cdf7446f98bd1bf734
Allow custom metadata in domain configuration XML

Applications can now insert custom nodes and hierarchies into domain
configuration XML. Although currently not enforced, applications are
required to use their own namespaces on every custom node they insert,
with only one top-level element per namespace.
AUTHORS
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
tests/domainsnapshotxml2xmlout/metadata.xml [new file with mode: 0644]
tests/domainsnapshotxml2xmltest.c
tests/qemuxml2argvdata/qemuxml2argv-metadata.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-metadata.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-metadata.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c