[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregio
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion |
Date: |
Mon, 20 May 2019 10:42:00 +0200 |
On Tue, 7 May 2019 17:47:33 +0200
Cornelia Huck <address@hidden> wrote:
> A vfio-ccw device may provide an async command subregion for
> issuing halt/clear subchannel requests. If it is present, use
> it for sending halt/clear request to the device; if not, fall
> back to emulation (as done today).
>
> Signed-off-by: Cornelia Huck <address@hidden>
> ---
> hw/s390x/css.c | 27 +++++++--
> hw/vfio/ccw.c | 110 +++++++++++++++++++++++++++++++++++-
> include/hw/s390x/s390-ccw.h | 3 +
> 3 files changed, 134 insertions(+), 6 deletions(-)
Ping. I'd like to include this in my next QEMU pull request; any
comments?
(I already have a headers update queued.)
- [qemu-s390x] [PATCH v4 0/2] vfio-ccw: support hsch/csch (QEMU part), Cornelia Huck, 2019/05/07
- [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion, Cornelia Huck, 2019/05/07
- Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion,
Cornelia Huck <=
- Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion, Eric Farman, 2019/05/20
- Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion, Cornelia Huck, 2019/05/20
- Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion, Cornelia Huck, 2019/05/21
- Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion, Eric Farman, 2019/05/21
- Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion, Cornelia Huck, 2019/05/29
- Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion, Eric Farman, 2019/05/29
- Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion, Farhan Ali, 2019/05/21
- Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion, Cornelia Huck, 2019/05/22
Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion, Farhan Ali, 2019/05/21