]> git.ipfire.org Git - thirdparty/libvirt.git/commit
metadata: group metadata next to description
authorEric Blake <eblake@redhat.com>
Wed, 25 Jan 2012 00:26:38 +0000 (17:26 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 25 Jan 2012 00:40:23 +0000 (17:40 -0700)
commit4d71ff450fc1c5fa5c76c8e025756257cf4067fb
tree94a2f289546da3d7830496ad05b647fa354f3e1b
parent78af071964f55365405d430e0607f7e6d7b34e07
metadata: group metadata next to description

It's better to group all the metadata together.  This is a
cosmetic output change; since the RNG allows interleave, it
doesn't matter where the user stuck it on input, and an XPath
query will find the same information when parsing the output.

* src/conf/domain_conf.c (virDomainDefFormatInternal): Output
metadata earlier.
* docs/formatdomain.html.in: Update documentation.
* tests/domainsnapshotxml2xmlout/metadata.xml: Update test.
* tests/qemuxml2xmloutdata/qemuxml2xmlout-metadata.xml: Likewise.
docs/formatdomain.html.in
src/conf/domain_conf.c
tests/domainsnapshotxml2xmlout/metadata.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-metadata.xml