]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Misc error reporting bugs in QEMU cli builder
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 1 May 2014 16:24:45 +0000 (17:24 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 1 May 2014 16:24:45 +0000 (17:24 +0100)
commitdca027a9b7dd30925eaa309443c87ac414436032
treef0a6d315f98c2ecaa27db8b40b4f1683b554aa1a
parent0eac9d1e90fc3388030c6109aeb1f4860f108054
Misc error reporting bugs in QEMU cli builder

A couple of places in the QEMU XML -> ARGV conversion code
raised an error but then forgot to return an error status
due to missing gotos. While fixing this also tweak style
of a couple of other error reports

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_command.c