]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use qemuDomainDefFormatXML in qemuDomainDefCopy
authorJiri Denemark <jdenemar@redhat.com>
Fri, 15 Sep 2017 14:32:00 +0000 (16:32 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 22 Sep 2017 12:02:59 +0000 (14:02 +0200)
commit369199d1a99171ef3d28cdadb9f2f345c7424d53
tree4c1f6279a6ecae1f899a0c93f0a18cff82f556cf
parent5c4fc07d1ad9b14afa33b97b20ed6f1329c2c153
qemu: Use qemuDomainDefFormatXML in qemuDomainDefCopy

Because qemuDomainDefCopy needs a string representation of a domain
definition, there's no reason for calling the lower level
qemuDomainDefFormatBuf API.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_domain.c