]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move qemuDomainXmlNsDef(Free) from qemu_conf.(ch)
authorPeter Krempa <pkrempa@redhat.com>
Mon, 17 Jun 2019 13:07:00 +0000 (15:07 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 21 Jun 2019 13:24:06 +0000 (15:24 +0200)
commita967b2f0bdd7d6ffc755d94b133c8faa0751073d
tree6e5ba2c8938efeed7f7fe8dbf75ab6248cd18dd0
parent99759126f7a7aae8fed40e9aba575a970bdd6415
qemu: Move qemuDomainXmlNsDef(Free) from qemu_conf.(ch)

qemu_conf.c deals with the configuration file. Better fit for the
structure and freeing function will be qemu_domain.c where the rest of
the namespace parsing/formatting stuff resides.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h