mbox series

[0/2] misc: Improve error reporting on Windows

Message ID 20200227100250.20514-1-philmd@redhat.com (mailing list archive)
Headers show
Series misc: Improve error reporting on Windows | expand

Message

Philippe Mathieu-Daudé Feb. 27, 2020, 10:02 a.m. UTC
Two patches to improve bug reports on Windows.
(i.e. https://bugs.launchpad.net/qemu/+bug/1657841)

Philippe Mathieu-Daudé (2):
  chardev: Improve error report by calling error_setg_win32()
  util/oslib-win32: Improve error report by calling error_setg_win32()

 chardev/char-pipe.c | 2 +-
 chardev/char-win.c  | 2 +-
 util/oslib-win32.c  | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)