]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: domain: Use virXMLFormatElement in qemuDomainObjPrivateXMLFormatJob
authorPeter Krempa <pkrempa@redhat.com>
Thu, 1 Mar 2018 17:16:38 +0000 (18:16 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 13 Mar 2018 12:54:11 +0000 (13:54 +0100)
commitd8be0f4bc3817a5b706ca2d7aec87f490d179947
tree345011c8afa61f298924cca36b449194254b5043
parent3a4649b5322961bd3c514d632878ae5d7ff8d9e4
qemu: domain: Use virXMLFormatElement in qemuDomainObjPrivateXMLFormatJob

Modernize the code by using the clever formatter rather than checking
manually when to format the end of the element.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_domain.c