[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/1] vfio-ccw: allow non-prefetch ORBs
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v2 1/1] vfio-ccw: allow non-prefetch ORBs |
Date: |
Mon, 18 May 2020 16:56:05 +0200 |
On Tue, 12 May 2020 14:15:35 -0400
Jared Rossi <address@hidden> wrote:
> Remove the explicit prefetch check when using vfio-ccw devices.
> This check does not trigger in practice as all Linux channel programs
> are intended to use prefetch.
>
> It is no longer required to force the PFCH flag when using vfio-ccw
> devices.
>
> Signed-off-by: Jared Rossi <address@hidden>
> ---
> hw/vfio/ccw.c | 13 +++----------
> 1 file changed, 3 insertions(+), 10 deletions(-)
Thanks, applied (with updated commit message.)