qemu-e2k/dump
Markus Armbruster 992861fb1e error: Eliminate error_propagate() manually
When all we do with an Error we receive into a local variable is
propagating to somewhere else, we can just as well receive it there
right away.  The previous two commits did that for sufficiently simple
cases with Coccinelle.  Do it for several more manually.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200707160613.848843-37-armbru@redhat.com>
2020-07-10 15:18:08 +02:00
..
Makefile.objs dump: Move HMP command handlers to dump/ 2019-07-02 13:37:00 +02:00
dump-hmp-cmds.c hmp: drop Error pointer indirection in hmp_handle_error 2019-12-18 08:36:16 +01:00
dump.c error: Eliminate error_propagate() manually 2020-07-10 15:18:08 +02:00
win_dump.c dump/win_dump: fix use after free of err 2020-04-04 14:15:14 +02:00
win_dump.h dump: Move the code to dump/ 2019-07-02 13:37:00 +02:00