]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Clean up qemuBuildControllerDevCommandLine()
authorAndrea Bolognani <abologna@redhat.com>
Mon, 4 Sep 2017 16:05:43 +0000 (18:05 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 7 Sep 2017 12:13:40 +0000 (14:13 +0200)
commit1a81722921c2eb7ba799132b0472cf20207a3d09
tree9219c56b04a507748ae2c23293dc30d09c790d7a
parentdfbb15b75433e520fb1b905c1c3e28753e53e4a5
qemu: Clean up qemuBuildControllerDevCommandLine()

Add a 'cleanup' label and improve the readability of one of the
checks by making it conform to our formatting standard and moving
the corresponding comment.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Laine Stump <laine@laine.org>
src/qemu/qemu_command.c