qemu/hw/ide
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
..
Makefile.objs
ahci.c ahci: replace SATA FIS type magic numbers with constants 2014-12-10 10:31:12 +01:00
ahci.h ahci: replace SATA FIS type magic numbers with constants 2014-12-10 10:31:12 +01:00
atapi.c atapi migration: Throw recoverable error to avoid recovery 2015-02-06 17:24:20 +01:00
cmd646.c
core.c Restore atapi_dma flag across migration 2015-02-06 17:24:20 +01:00
ich.c
internal.h atapi migration: Throw recoverable error to avoid recovery 2015-02-06 17:24:20 +01:00
isa.c
macio.c ide: Correct handling of malformed/short PRDTs 2014-11-14 09:20:35 +00:00
microdrive.c
mmio.c
pci.c atapi migration: Throw recoverable error to avoid recovery 2015-02-06 17:24:20 +01:00
pci.h
piix.c
qdev.c error: Use error_report_err() where appropriate 2015-02-18 10:51:09 +01:00
via.c