Two patches to improve bug reports on Windows. (i.e. https://bugs.launchpad.net/qemu/+bug/1657841)
Since v1: - Rebase an old patch from Alistair to use error_report() as suggested by Markus - Fix other uses in util/osdep.c and QEMU guest-agent Alistair Francis (1): util: Replace fprintf(stderr, "*\n" with error_report() Philippe Mathieu-Daudé (5): chardev: Improve error report by calling error_setg_win32() util/oslib-win32: Improve error report by calling error_setg_win32() util/osdep: Improve error report by calling error_setg_win32() qga: Fix a memory leak qga: Improve error report by calling error_setg_win32() chardev/char-pipe.c | 2 +- chardev/char-win.c | 2 +- qga/channel-win32.c | 7 ++++--- qga/commands-win32.c | 6 +++--- util/coroutine-sigaltstack.c | 3 ++- util/mmap-alloc.c | 11 ++++++----- util/module.c | 13 ++++++------- util/osdep.c | 12 ++++++------ util/oslib-posix.c | 3 ++- util/oslib-win32.c | 4 +++- util/qemu-coroutine.c | 10 +++++----- util/qemu-thread-posix.c | 5 +++-- util/qemu-thread-win32.c | 5 +++-- util/qemu-timer-common.c | 3 ++- 14 files changed, 47 insertions(+), 39 deletions(-) -- 2.21.1