]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: clean up qemuBuildCommandline loop that builds controller args
authorLaine Stump <laine@laine.org>
Thu, 14 May 2015 15:10:22 +0000 (11:10 -0400)
committerLaine Stump <laine@laine.org>
Fri, 15 May 2015 19:38:00 +0000 (15:38 -0400)
commitb8f345b486c3e6d0c59cff7d8c4883d158d410cb
tree9fd5bf133ed94e1c92e1675acb75dcb2edc113e9
parent548ba430289bb47beaeafa6296370b613708af82
qemu: clean up qemuBuildCommandline loop that builds controller args

Reorganize the loop that builds controller args to remove unnecessary
duplicated code and superfluous else clauses. No functional change.
src/qemu/qemu_command.c