
24 Sep
2019
24 Sep
'19
4:59 p.m.
On Thu, Sep 19, 2019 at 07:13:21PM +0200, Peter Krempa wrote:
The open-coded version does not take much more space and additionally we get rid of the hidden goto.
This also requires us to remove the 'cleanup' section.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_driver.c | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano