qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: eblake@redhat.com, vsementsov@yandex-team.ru
Subject: [PATCH 00/10] Cleanups around error_propagate() and ERRP_GUARD()
Date: Mon, 21 Nov 2022 09:50:44 +0100	[thread overview]
Message-ID: <20221121085054.683122-1-armbru@redhat.com> (raw)

Markus Armbruster (10):
  error: Drop some obviously superfluous error_propagate()
  error: Drop a few superfluous ERRP_GUARD()
  error: Move ERRP_GUARD() to the beginning of the function
  monitor: Simplify monitor_fd_param()'s error handling
  monitor: Use ERRP_GUARD() in monitor_init()
  qemu-config: Make config_parse_qdict() return bool
  qemu-config: Use ERRP_GUARD() where obviously appropriate
  sockets: Use ERRP_GUARD() where obviously appropriate
  qapi: Use returned bool to check for failure (again)
  io: Tidy up fat-fingered parameter name

 include/io/channel.h             |  2 +-
 include/qemu/config-file.h       |  2 +-
 accel/kvm/kvm-all.c              |  5 +---
 block/blkdebug.c                 |  4 +--
 block/copy-before-write.c        |  1 -
 dump/dump.c                      |  2 --
 hw/arm/armsse.c                  |  3 +--
 hw/arm/virt.c                    | 14 ++++------
 hw/core/machine.c                |  3 +--
 hw/core/qdev-properties-system.c |  5 +---
 hw/core/qdev.c                   |  2 --
 hw/hyperv/vmbus.c                |  8 +++---
 hw/i386/pc.c                     |  5 +---
 hw/pci/msi.c                     |  1 -
 hw/remote/vfio-user-obj.c        |  1 -
 hw/virtio/vhost-vdpa.c           |  2 +-
 hw/virtio/virtio-balloon.c       | 20 +++++++-------
 hw/virtio/virtio-mem.c           | 10 ++-----
 iothread.c                       |  2 +-
 monitor/misc.c                   | 14 +++-------
 monitor/monitor.c                | 12 +++------
 monitor/qmp-cmds.c               |  4 +--
 net/colo-compare.c               | 13 +++------
 qga/commands-win32.c             |  8 +++---
 target/i386/kvm/kvm.c            |  5 +---
 ui/util.c                        |  1 -
 util/qemu-config.c               | 46 +++++++++++++++-----------------
 util/qemu-sockets.c              | 26 +++++++-----------
 util/thread-context.c            | 10 ++-----
 29 files changed, 80 insertions(+), 151 deletions(-)

-- 
2.37.3



             reply	other threads:[~2022-11-21  8:51 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-21  8:50 Markus Armbruster [this message]
2022-11-21  8:50 ` [PATCH 01/10] error: Drop some obviously superfluous error_propagate() Markus Armbruster
2022-11-21 11:14   ` Philippe Mathieu-Daudé
2022-11-21  8:50 ` [PATCH 02/10] error: Drop a few superfluous ERRP_GUARD() Markus Armbruster
2022-11-21  8:50 ` [PATCH 03/10] error: Move ERRP_GUARD() to the beginning of the function Markus Armbruster
2022-11-21 11:19   ` Philippe Mathieu-Daudé
2022-11-21  8:50 ` [PATCH 04/10] monitor: Simplify monitor_fd_param()'s error handling Markus Armbruster
2022-11-21  8:50 ` [PATCH 05/10] monitor: Use ERRP_GUARD() in monitor_init() Markus Armbruster
2022-11-21  8:50 ` [PATCH 06/10] qemu-config: Make config_parse_qdict() return bool Markus Armbruster
2022-11-21  8:50 ` [PATCH 07/10] qemu-config: Use ERRP_GUARD() where obviously appropriate Markus Armbruster
2022-11-21  8:50 ` [PATCH 08/10] sockets: " Markus Armbruster
2022-11-21  8:50 ` [PATCH 09/10] qapi: Use returned bool to check for failure (again) Markus Armbruster
2022-11-21 11:19   ` Philippe Mathieu-Daudé
2022-11-21  8:50 ` [PATCH 10/10] io: Tidy up fat-fingered parameter name Markus Armbruster
2022-11-21 11:19   ` Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221121085054.683122-1-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=eblake@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=vsementsov@yandex-team.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).