From: Eric Farman <farman@linux.ibm.com>
To: "Cédric Le Goater" <clg@redhat.com>, qemu-devel@nongnu.org
Cc: qemu-s390x@nongnu.org, Thomas Huth <thuth@redhat.com>,
Zhenzhong Duan <zhenzhong.duan@intel.com>,
Matthew Rosato <mjrosato@linux.ibm.com>,
Tony Krowiak <akrowiak@linux.ibm.com>
Subject: Re: [PATCH 0/7] s390x/ccw: Error reporting cleanups
Date: Thu, 23 May 2024 16:27:13 -0400 [thread overview]
Message-ID: <3fee9207627da81707bc8feecc9c611c545ce690.camel@linux.ibm.com> (raw)
In-Reply-To: <20240522170107.289532-1-clg@redhat.com>
On Wed, 2024-05-22 at 19:01 +0200, Cédric Le Goater wrote:
> Hello,
>
> The first patches of this series simply apply the practices described
> in the Rules section of the qapi/error.h file for routines taking an
> 'Error **' argument. The remaining patches are a fixup in the error
> path of vfio_ccw_realize() and some error reporting adjustements.
>
> Applies on top of this vfio PR :
>
>
> https://lore.kernel.org/qemu-devel/20240522095442.195243-1-clg@redhat.com
>
> Thanks,
>
> C.
>
> Cédric Le Goater (6):
> hw/s390x/ccw: Make s390_ccw_get_dev_info() return a bool
> s390x/css: Make CCWDeviceClass::realize return bool
> hw/s390x/ccw: Remove local Error variable from s390_ccw_realize()
> s390x/css: Make S390CCWDeviceClass::realize return bool
> vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()
> vfio/{ap,ccw}: Use warn_report_err() for IRQ notifier registration
> errors
>
> Zhenzhong Duan (1):
> vfio/ccw: Fix the missed unrealize() call in error path
>
> hw/s390x/ccw-device.h | 2 +-
> include/hw/s390x/s390-ccw.h | 2 +-
> hw/s390x/ccw-device.c | 3 ++-
> hw/s390x/s390-ccw.c | 29 +++++++++++++----------------
> hw/vfio/ap.c | 2 +-
> hw/vfio/ccw.c | 18 ++++++++----------
> 6 files changed, 26 insertions(+), 30 deletions(-)
>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
next prev parent reply other threads:[~2024-05-23 20:28 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-22 17:01 [PATCH 0/7] s390x/ccw: Error reporting cleanups Cédric Le Goater
2024-05-22 17:01 ` [PATCH 1/7] hw/s390x/ccw: Make s390_ccw_get_dev_info() return a bool Cédric Le Goater
2024-05-23 8:43 ` Duan, Zhenzhong
2024-05-24 13:13 ` Anthony Krowiak
2024-05-22 17:01 ` [PATCH 2/7] s390x/css: Make CCWDeviceClass::realize return bool Cédric Le Goater
2024-05-23 8:43 ` Duan, Zhenzhong
2024-05-24 13:14 ` Anthony Krowiak
2024-05-22 17:01 ` [PATCH 3/7] hw/s390x/ccw: Remove local Error variable from s390_ccw_realize() Cédric Le Goater
2024-05-23 8:44 ` Duan, Zhenzhong
2024-05-24 13:14 ` Anthony Krowiak
2024-05-22 17:01 ` [PATCH 4/7] s390x/css: Make S390CCWDeviceClass::realize return bool Cédric Le Goater
2024-05-23 8:45 ` Duan, Zhenzhong
2024-05-24 13:14 ` Anthony Krowiak
2024-05-22 17:01 ` [PATCH 5/7] vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize() Cédric Le Goater
2024-05-23 8:45 ` Duan, Zhenzhong
2024-05-24 13:14 ` Anthony Krowiak
2024-05-22 17:01 ` [PATCH 6/7] vfio/ccw: Fix the missed unrealize() call in error path Cédric Le Goater
2024-05-23 8:52 ` Cédric Le Goater
2024-05-22 17:01 ` [PATCH 7/7] vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errors Cédric Le Goater
2024-05-23 8:45 ` Duan, Zhenzhong
2024-05-24 13:14 ` Anthony Krowiak
2024-05-23 20:27 ` Eric Farman [this message]
2024-05-27 6:23 ` [PATCH 0/7] s390x/ccw: Error reporting cleanups Thomas Huth
2024-05-27 6:43 ` Cédric Le Goater
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=3fee9207627da81707bc8feecc9c611c545ce690.camel@linux.ibm.com \
--to=farman@linux.ibm.com \
--cc=akrowiak@linux.ibm.com \
--cc=clg@redhat.com \
--cc=mjrosato@linux.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=thuth@redhat.com \
--cc=zhenzhong.duan@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.