]> xenbits.xensource.com Git - libvirt.git/commit
conf: Reorder elements inside memballoon
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 13 Mar 2015 15:16:57 +0000 (16:16 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 17 Mar 2015 11:03:33 +0000 (12:03 +0100)
commit02ce97bca6ff460c02abb76a6ef22e340e37ce8f
tree516ca29870ea746d149af4be913058dc3bb72af9
parent3a13e4f1787361f99e117611ab68284b0331f095
conf: Reorder elements inside memballoon

All the devices we have format their address as its last sub-element, so
let's change memballoon to follow suit.  Also adjust RNG to allow any
order of them so 'virsh edit' doesn't shout at us.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-balloon-device-period.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c