qemu-patch-raspberry4/target-sparc
Markus Armbruster 565f65d271 error: Use error_report_err() where appropriate
Coccinelle semantic patch:

    @@
    expression E;
    @@
    -    error_report("%s", error_get_pretty(E));
    -    error_free(E);
    +    error_report_err(E);
    @@
    expression E, S;
    @@
    -    error_report("%s", error_get_pretty(E));
    +    error_report_err(E);
    (
         exit(S);
    |
         abort();
    )

Trivial manual touch-ups in block/sheepdog.c.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2015-02-18 10:51:09 +01:00
..
cc_helper.c
cpu-qom.h
cpu.c error: Use error_report_err() where appropriate 2015-02-18 10:51:09 +01:00
cpu.h exec.c: Drop TARGET_HAS_ICE define and checks 2015-01-20 15:19:32 +00:00
fop_helper.c
gdbstub.c
helper.c
helper.h
int32_helper.c
int64_helper.c
ldst_helper.c target-sparc: is_translating_asi() is TARGET_SPARC64 only 2015-01-21 16:18:01 +00:00
machine.c
Makefile.objs
mmu_helper.c
TODO
translate.c tcg: Introduce tcg_op_buf_count and tcg_op_buf_full 2015-02-12 21:21:38 -08:00
vis_helper.c
win_helper.c