On Tue, 12 May 2020 14:15:35 -0400 Jared Rossi <jro...@linux.ibm.com> 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 <jro...@linux.ibm.com> > --- > hw/vfio/ccw.c | 13 +++---------- > 1 file changed, 3 insertions(+), 10 deletions(-) Thanks, applied (with updated commit message.)