]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Move 'done' label in qemuBuildControllerDevStr()
authorAndrea Bolognani <abologna@redhat.com>
Mon, 12 Feb 2018 17:46:23 +0000 (18:46 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 20 Feb 2018 12:32:22 +0000 (13:32 +0100)
commit3424de62883d43b533b87c88c7fac53cc7cd12ca
tree5ef640fee073c1d43f0ba82958bc1d510dbf7069
parent82e43ae1648b930f5fa853094ab4d3210cc4038c
qemu: Move 'done' label in qemuBuildControllerDevStr()

Even when we skip part of the processing, we still want error
checking on the buffer.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_command.c