]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Clean up qemuDomainSetNumaParameters
authorPeter Krempa <pkrempa@redhat.com>
Mon, 6 Jan 2014 13:11:42 +0000 (14:11 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 6 Jan 2014 15:11:49 +0000 (16:11 +0100)
commit8b573a6b0d1ee9d99862104f28fee8bc7f949a9d
treef87e0db2e59ab91ddfbf7cde5eb1f924d5f49ec1
parentcad3cf9a951d26da9d2ee0f5b52fb1a2dbb74af1
qemu: Clean up qemuDomainSetNumaParameters

Add whitespace to separate logical code blocks, reformat error messages
and clean up code flow.

This patch changes error handling in some cases where the the loop would
be continued to jump to cleanup instead and error out rather than modify
the domain any further.
src/qemu/qemu_driver.c