[PATCH 00/12] Error reporting cleanup, a fix, and &error_warn removal

Markus Armbruster posted 12 patches 4 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250808080823.2638861-1-armbru@redhat.com
Maintainers: Jonathan Cameron <jonathan.cameron@huawei.com>, Fan Ni <fan.ni@samsung.com>, "Michael S. Tsirkin" <mst@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>, Dmitry Osipenko <dmitry.osipenko@collabora.com>, Jason Wang <jasowang@redhat.com>, Elena Ufimtseva <elena.ufimtseva@oracle.com>, Jagannathan Raman <jag.raman@oracle.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, Steve Sistare <steven.sistare@oracle.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, "Dr. David Alan Gilbert" <dave@treblig.org>, Samuel Thibault <samuel.thibault@ens-lyon.org>, Richard Henderson <richard.henderson@linaro.org>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Stefan Weil <sw@weilnetz.de>
There is a newer version of this series
include/exec/gdbstub.h         |  3 ---
include/qapi/error.h           |  6 ------
hw/cxl/cxl-host.c              |  7 ++++---
hw/display/virtio-gpu.c        |  8 ++++++--
hw/net/virtio-net.c            |  8 +++++++-
hw/remote/vfio-user-obj.c      |  9 +++------
migration/cpr.c                |  9 +++++----
monitor/hmp-cmds.c             |  7 ++++---
net/slirp.c                    |  6 ++++--
tcg/region.c                   |  8 ++++++--
tests/unit/test-error-report.c | 17 -----------------
ui/dbus-listener.c             | 22 +++++++++++++++-------
ui/gtk.c                       |  6 +++++-
ui/qemu-pixman.c               |  5 ++++-
ui/spice-core.c                |  3 ++-
util/error.c                   |  5 +----
util/oslib-win32.c             |  4 ----
17 files changed, 66 insertions(+), 67 deletions(-)
[PATCH 00/12] Error reporting cleanup, a fix, and &error_warn removal
Posted by Markus Armbruster 4 months, 1 week ago
Markus Armbruster (12):
  monitor: Clean up HMP gdbserver error reporting
  tcg: Fix error reporting on mprotect() failure in  tcg_region_init()
  hw/cxl: Convert cxl_fmws_link() to Error
  migration/cpr: Clean up error reporting in cpr_resave_fd()
  hw/remote/vfio-user: Clean up error reporting
  net/slirp: Clean up error reporting
  ui/spice-core: Clean up error reporting
  util/oslib-win32: Revert warning on WSAEventSelect() failure
  ui/pixman: Consistent error handling in qemu_pixman_shareable_free()
  ui/dbus: Clean up dbus_update_gl_cb() error checking
  ui/dbus: Consistent handling of texture mutex failure
  error: Kill @error_warn

 include/exec/gdbstub.h         |  3 ---
 include/qapi/error.h           |  6 ------
 hw/cxl/cxl-host.c              |  7 ++++---
 hw/display/virtio-gpu.c        |  8 ++++++--
 hw/net/virtio-net.c            |  8 +++++++-
 hw/remote/vfio-user-obj.c      |  9 +++------
 migration/cpr.c                |  9 +++++----
 monitor/hmp-cmds.c             |  7 ++++---
 net/slirp.c                    |  6 ++++--
 tcg/region.c                   |  8 ++++++--
 tests/unit/test-error-report.c | 17 -----------------
 ui/dbus-listener.c             | 22 +++++++++++++++-------
 ui/gtk.c                       |  6 +++++-
 ui/qemu-pixman.c               |  5 ++++-
 ui/spice-core.c                |  3 ++-
 util/error.c                   |  5 +----
 util/oslib-win32.c             |  4 ----
 17 files changed, 66 insertions(+), 67 deletions(-)

-- 
2.49.0