error: Use error_report_err() where appropriate (again)
commit4fffeb5e197e4e5ca01c8ec386ecd712f3319dcf
authorMarkus Armbruster <armbru@redhat.com>
Fri, 18 Dec 2015 15:35:05 +0000 (18 16:35 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 13 Jan 2016 14:16:16 +0000 (13 15:16 +0100)
treee5f063383537e0ee1701249d2f2a80a1766408cf
parent85b01e096088832e68fb862e6277a3f858d69cbe
error: Use error_report_err() where appropriate (again)

Same Coccinelle semantic patch as in commit 565f65d.

We now use the original error whole instead of just its message
obtained with error_get_pretty().  This avoids suppressing its hint
(see commit 50b7b00), but I don't think the errors touched in this
commit can come with hints.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1450452927-8346-3-git-send-email-armbru@redhat.com>
block/sheepdog.c
hw/arm/imx25_pdk.c
hw/arm/kzm.c
hw/arm/netduino2.c
hw/arm/xlnx-ep108.c
hw/ppc/spapr_drc.c
qemu-nbd.c
vl.c