Re: [PATCH 08/10] vfio: ccw: Handling reset and shutdown with states

2018-04-30 Thread Cornelia Huck
On Thu, 19 Apr 2018 16:48:11 +0200 Pierre Morel wrote: > Two new events, VFIO_CCW_EVENT_ONLINE and VFIO_CCW_EVENT_OFFLINE > allow to handle the enabling and disabling of a Sub Channel and > the shutdown, quiesce and reset operations are changed accordingly. OK,

Re: [PATCH 08/10] vfio: ccw: Handling reset and shutdown with states

2018-04-30 Thread Cornelia Huck
On Thu, 19 Apr 2018 16:48:11 +0200 Pierre Morel wrote: > Two new events, VFIO_CCW_EVENT_ONLINE and VFIO_CCW_EVENT_OFFLINE > allow to handle the enabling and disabling of a Sub Channel and > the shutdown, quiesce and reset operations are changed accordingly. OK, onlining/offlining via the fsm

[PATCH 08/10] vfio: ccw: Handling reset and shutdown with states

2018-04-19 Thread Pierre Morel
Two new events, VFIO_CCW_EVENT_ONLINE and VFIO_CCW_EVENT_OFFLINE allow to handle the enabling and disabling of a Sub Channel and the shutdown, quiesce and reset operations are changed accordingly. Signed-off-by: Pierre Morel --- drivers/s390/cio/vfio_ccw_drv.c |

[PATCH 08/10] vfio: ccw: Handling reset and shutdown with states

2018-04-19 Thread Pierre Morel
Two new events, VFIO_CCW_EVENT_ONLINE and VFIO_CCW_EVENT_OFFLINE allow to handle the enabling and disabling of a Sub Channel and the shutdown, quiesce and reset operations are changed accordingly. Signed-off-by: Pierre Morel --- drivers/s390/cio/vfio_ccw_drv.c | 47