On Fri, 17 Mar 2017 20:32:42 +0800 Fam Zheng <f...@redhat.com> wrote:
> For one thing we shouldn't continue if an error happened, for the other > two steps failing can cause an abort() in error_setg because we reuse > the same errp blindly. > > Add error handling checks to fix both issues. > > Signed-off-by: Fam Zheng <f...@redhat.com> > > --- > > v2: Don't forget the last errp -> &local_err. [Drew] > --- > hw/virtio/virtio-bus.c | 20 +++++++++++++++++--- > 1 file changed, 17 insertions(+), 3 deletions(-) Reviewed-by: Cornelia Huck <cornelia.h...@de.ibm.com>