[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 5/6] s390x/css: Refactor the css_queue_crw() routine
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v4 5/6] s390x/css: Refactor the css_queue_crw() routine |
Date: |
Wed, 6 May 2020 17:58:53 +0200 |
On Tue, 5 May 2020 14:57:56 +0200
Eric Farman <address@hidden> wrote:
> We have a use case (vfio-ccw) where a CRW is already built and
> ready to use. Rather than teasing out the components just to
> reassemble it later, let's rework this code so we can queue a
> fully-qualified CRW directly.
>
> Signed-off-by: Eric Farman <address@hidden>
> ---
>
> Notes:
> v3->v4:
> - s/css_queue_crw_cont/css_crw_add_to_queue/ [CH]
>
> hw/s390x/css.c | 44 ++++++++++++++++++++++++++++--------------
> include/hw/s390x/css.h | 1 +
> 2 files changed, 30 insertions(+), 15 deletions(-)
Reviewed-by: Cornelia Huck <address@hidden>
- [PATCH v4 0/6] s390x/vfio-ccw: Channel Path Handling [QEMU], Eric Farman, 2020/05/05
- [PATCH v4 4/6] vfio-ccw: Refactor ccw irq handler, Eric Farman, 2020/05/05
- [PATCH v4 3/6] vfio-ccw: Add support for the schib region, Eric Farman, 2020/05/05
- [PATCH v4 5/6] s390x/css: Refactor the css_queue_crw() routine, Eric Farman, 2020/05/05
- Re: [PATCH v4 5/6] s390x/css: Refactor the css_queue_crw() routine,
Cornelia Huck <=
- [PATCH v4 1/6] linux-headers: update, Eric Farman, 2020/05/05
- [PATCH v4 6/6] vfio-ccw: Add support for the CRW region and IRQ, Eric Farman, 2020/05/05
- [PATCH v4 2/6] vfio-ccw: Refactor cleanup of regions, Eric Farman, 2020/05/05
- Re: [PATCH v4 0/6] s390x/vfio-ccw: Channel Path Handling [QEMU], Cornelia Huck, 2020/05/06