On 6/13/19 5:25 AM, Cornelia Huck 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).
>
> Reviewed-by: Farhan Ali <al...@linux.ibm.com>
> Signed-off-by: Cornelia Huck <coh...@redhat.com>
> ---
>
> v5->v6:
> - plug a memory leak [Farhan]
>
> v4->v5:
> - It seems we need to take the indirection via the class for the
> callbacks after all :(
> - Dropped Eric's R-b: for that reason
I've finally looked over this version, and think it looks good. Feel
free to add this back:
Reviewed-by: Eric Farman <far...@linux.ibm.com>