Cleaner integration of location tracking with qemu-tool.c. Move qerror_report() where it belongs.
v2: Remove an assertion that unreachable code can't be reached, at Blue Swirl's request. Rebased. Markus Armbruster (6): error: Trim includes after "Move qemu_error & friends..." error: Trim includes in qerror.c error: Trim includes after "Infrastructure to track locations..." error: Make use of error_set_progname() optional error: Link qemu-img, qemu-nbd, qemu-io with qemu-error.o error: Move qerror_report() from qemu-error.[ch] to qerror.[ch] Makefile | 6 +++--- hw/qdev-properties.c | 1 + monitor.c | 2 -- monitor.h | 1 - qemu-error.c | 20 +------------------- qemu-error.h | 6 ------ qemu-tool.c | 49 +++++++++++++++---------------------------------- qerror.c | 22 ++++++++++++++++++++-- qerror.h | 5 +++++ sysemu.h | 2 -- 10 files changed, 45 insertions(+), 69 deletions(-)