Re: [PATCH v3 8/9] s390: ap: Cleanup on removing the AP device

2019-02-19 Thread Pierre Morel
On 16/02/2019 00:36, Tony Krowiak wrote: On 2/14/19 8:51 AM, Pierre Morel wrote: When the device is remove, we must make sure to clear the interruption and reset the AP device. ...snip... @@ -74,6 +159,13 @@ static void vfio_ap_queue_dev_remove(struct ap_device *apdev)   struct vfio_ap_

Re: [PATCH v3 8/9] s390: ap: Cleanup on removing the AP device

2019-02-19 Thread Pierre Morel
On 16/02/2019 00:29, Tony Krowiak wrote: On 2/14/19 8:51 AM, Pierre Morel wrote: When the device is remove, we must make sure to clear the interruption and reset the AP device. We also need to clear the CRYCB of the guest. Signed-off-by: Pierre Morel ---   drivers/s390/crypto/vfio_ap_drv.c   

Re: [PATCH v3 8/9] s390: ap: Cleanup on removing the AP device

2019-02-15 Thread Tony Krowiak
On 2/14/19 8:51 AM, Pierre Morel wrote: When the device is remove, we must make sure to clear the interruption and reset the AP device. We also need to clear the CRYCB of the guest. Signed-off-by: Pierre Morel --- drivers/s390/crypto/vfio_ap_drv.c | 92 +++

Re: [PATCH v3 8/9] s390: ap: Cleanup on removing the AP device

2019-02-15 Thread Tony Krowiak
On 2/14/19 8:51 AM, Pierre Morel wrote: When the device is remove, we must make sure to clear the interruption and reset the AP device. We also need to clear the CRYCB of the guest. Signed-off-by: Pierre Morel --- drivers/s390/crypto/vfio_ap_drv.c | 92 +++

[PATCH v3 8/9] s390: ap: Cleanup on removing the AP device

2019-02-14 Thread Pierre Morel
When the device is remove, we must make sure to clear the interruption and reset the AP device. We also need to clear the CRYCB of the guest. Signed-off-by: Pierre Morel --- drivers/s390/crypto/vfio_ap_drv.c | 92 +++ drivers/s390/crypto/vfio_ap_ops.c |