Re: [PATCH v2 01/10] vfio: ccw: Moving state change out of IRQ context

2018-06-05 Thread Pierre Morel
On 05/06/2018 15:52, Cornelia Huck wrote: On Tue, 5 Jun 2018 15:34:52 +0200 Pierre Morel wrote: On 04/06/2018 15:52, Cornelia Huck wrote: On Fri, 25 May 2018 12:21:09 +0200 Pierre Morel wrote: Let's move the state change from the IRQ routine to the workqueue callback. Signed-off-by:

Re: [PATCH v2 01/10] vfio: ccw: Moving state change out of IRQ context

2018-06-05 Thread Pierre Morel
On 05/06/2018 15:52, Cornelia Huck wrote: On Tue, 5 Jun 2018 15:34:52 +0200 Pierre Morel wrote: On 04/06/2018 15:52, Cornelia Huck wrote: On Fri, 25 May 2018 12:21:09 +0200 Pierre Morel wrote: Let's move the state change from the IRQ routine to the workqueue callback. Signed-off-by:

Re: [PATCH v2 01/10] vfio: ccw: Moving state change out of IRQ context

2018-06-05 Thread Cornelia Huck
On Tue, 5 Jun 2018 15:34:52 +0200 Pierre Morel wrote: > On 04/06/2018 15:52, Cornelia Huck wrote: > > On Fri, 25 May 2018 12:21:09 +0200 > > Pierre Morel wrote: > > > >> Let's move the state change from the IRQ routine to the > >> workqueue callback. > >> > >> Signed-off-by: Pierre Morel >

Re: [PATCH v2 01/10] vfio: ccw: Moving state change out of IRQ context

2018-06-05 Thread Cornelia Huck
On Tue, 5 Jun 2018 15:34:52 +0200 Pierre Morel wrote: > On 04/06/2018 15:52, Cornelia Huck wrote: > > On Fri, 25 May 2018 12:21:09 +0200 > > Pierre Morel wrote: > > > >> Let's move the state change from the IRQ routine to the > >> workqueue callback. > >> > >> Signed-off-by: Pierre Morel >

Re: [PATCH v2 01/10] vfio: ccw: Moving state change out of IRQ context

2018-06-05 Thread Pierre Morel
On 04/06/2018 15:52, Cornelia Huck wrote: On Fri, 25 May 2018 12:21:09 +0200 Pierre Morel wrote: Let's move the state change from the IRQ routine to the workqueue callback. Signed-off-by: Pierre Morel --- drivers/s390/cio/vfio_ccw_drv.c | 20 +++-

Re: [PATCH v2 01/10] vfio: ccw: Moving state change out of IRQ context

2018-06-05 Thread Pierre Morel
On 04/06/2018 15:52, Cornelia Huck wrote: On Fri, 25 May 2018 12:21:09 +0200 Pierre Morel wrote: Let's move the state change from the IRQ routine to the workqueue callback. Signed-off-by: Pierre Morel --- drivers/s390/cio/vfio_ccw_drv.c | 20 +++-

Re: [PATCH v2 01/10] vfio: ccw: Moving state change out of IRQ context

2018-06-04 Thread Cornelia Huck
On Fri, 25 May 2018 12:21:09 +0200 Pierre Morel wrote: > Let's move the state change from the IRQ routine to the > workqueue callback. > > Signed-off-by: Pierre Morel > --- > drivers/s390/cio/vfio_ccw_drv.c | 20 +++- > drivers/s390/cio/vfio_ccw_fsm.c | 14 -- > 2

Re: [PATCH v2 01/10] vfio: ccw: Moving state change out of IRQ context

2018-06-04 Thread Cornelia Huck
On Fri, 25 May 2018 12:21:09 +0200 Pierre Morel wrote: > Let's move the state change from the IRQ routine to the > workqueue callback. > > Signed-off-by: Pierre Morel > --- > drivers/s390/cio/vfio_ccw_drv.c | 20 +++- > drivers/s390/cio/vfio_ccw_fsm.c | 14 -- > 2

[PATCH v2 01/10] vfio: ccw: Moving state change out of IRQ context

2018-05-25 Thread Pierre Morel
Let's move the state change from the IRQ routine to the workqueue callback. Signed-off-by: Pierre Morel --- drivers/s390/cio/vfio_ccw_drv.c | 20 +++- drivers/s390/cio/vfio_ccw_fsm.c | 14 -- 2 files changed, 15 insertions(+), 19

[PATCH v2 01/10] vfio: ccw: Moving state change out of IRQ context

2018-05-25 Thread Pierre Morel
Let's move the state change from the IRQ routine to the workqueue callback. Signed-off-by: Pierre Morel --- drivers/s390/cio/vfio_ccw_drv.c | 20 +++- drivers/s390/cio/vfio_ccw_fsm.c | 14 -- 2 files changed, 15 insertions(+), 19 deletions(-) diff --git