[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: |
Eric Farman |
Subject: |
Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion |
Date: |
Mon, 20 May 2019 12:30:12 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
On 5/20/19 4:42 AM, Cornelia Huck wrote:
> 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?
Apologies, I was looking at this late last week and thought it'd all
become clear over the weekend. That didn't happen, so I've asked the
only question I came up with. :)
- Eric
>
> (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, 2019/05/20
- Re: [qemu-s390x] [PATCH v4 2/2] vfio-ccw: support async command subregion,
Eric Farman <=
- 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