Re: [PATCH 03/10] vfio: ccw: new SCH_EVENT event

2018-05-04 Thread Pierre Morel
On 30/04/2018 17:28, Cornelia Huck wrote: On Thu, 26 Apr 2018 14:59:54 +0800 Dong Jia Shi wrote: * Pierre Morel [2018-04-19 16:48:06 +0200]: The Sub channel event callback is threaded using workqueues. The work uses the FSM introducing the VFIO_CCW_EVENT_SCH_EVENT event. The update of the S

Re: [PATCH 03/10] vfio: ccw: new SCH_EVENT event

2018-04-30 Thread Cornelia Huck
On Thu, 26 Apr 2018 14:59:54 +0800 Dong Jia Shi wrote: > * Pierre Morel [2018-04-19 16:48:06 +0200]: > > > The Sub channel event callback is threaded using workqueues. > > The work uses the FSM introducing the VFIO_CCW_EVENT_SCH_EVENT > > event. > > The update of the SCHIB is now done inside th

Re: [PATCH 03/10] vfio: ccw: new SCH_EVENT event

2018-04-25 Thread Pierre Morel
On 25/04/2018 10:25, Cornelia Huck wrote: On Thu, 19 Apr 2018 16:48:06 +0200 Pierre Morel wrote: The Sub channel event callback is threaded using workqueues. The work uses the FSM introducing the VFIO_CCW_EVENT_SCH_EVENT event. I don't think this is a good name; after all, all of the events a

Re: [PATCH 03/10] vfio: ccw: new SCH_EVENT event

2018-04-25 Thread Cornelia Huck
On Thu, 19 Apr 2018 16:48:06 +0200 Pierre Morel wrote: > The Sub channel event callback is threaded using workqueues. > The work uses the FSM introducing the VFIO_CCW_EVENT_SCH_EVENT > event. I don't think this is a good name; after all, all of the events are events for the subchannel :) This s

[PATCH 03/10] vfio: ccw: new SCH_EVENT event

2018-04-19 Thread Pierre Morel
The Sub channel event callback is threaded using workqueues. The work uses the FSM introducing the VFIO_CCW_EVENT_SCH_EVENT event. The update of the SCHIB is now done inside the FSM function. Signed-off-by: Pierre Morel --- drivers/s390/cio/vfio_ccw_drv.c | 33 +--