[PATCH v2 0/6] misc: Improve error reporting on Windows

Philippe Mathieu-Daudé posted 6 patches 5 years, 8 months ago
Test docker-quick@centos7 failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200227163101.414-1-philmd@redhat.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Stefan Weil <sw@weilnetz.de>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Michael Roth <mdroth@linux.vnet.ibm.com>
There is a newer version of this series
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(-)
[PATCH v2 0/6] misc: Improve error reporting on Windows
Posted by Philippe Mathieu-Daudé 5 years, 8 months ago
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