Re: [PATCH 10/10] vfio: ccw: Let user wait when busy on IO

2018-04-25 Thread Pierre Morel
On 25/04/2018 10:48, Cornelia Huck wrote: On Thu, 19 Apr 2018 16:48:13 +0200 Pierre Morel wrote: In the current implementation, we do not want to start a new SSCH command before the last one ends. Signed-off-by: Pierre Morel --- drivers/s390/cio/vfio_ccw_fsm.c | 3 +++ drivers/s390/c

Re: [PATCH 10/10] vfio: ccw: Let user wait when busy on IO

2018-04-25 Thread Cornelia Huck
On Thu, 19 Apr 2018 16:48:13 +0200 Pierre Morel wrote: > In the current implementation, we do not want to start a new SSCH > command before the last one ends. > > Signed-off-by: Pierre Morel > --- > drivers/s390/cio/vfio_ccw_fsm.c | 3 +++ > drivers/s390/cio/vfio_ccw_ops.c | 21 ++