Re: [PATCH v9 15/22] s390: vfio-ap: implement mediated device open callback

2018-08-15 Thread Tony Krowiak
On 08/15/2018 12:08 PM, Cornelia Huck wrote: On Mon, 13 Aug 2018 17:48:12 -0400 Tony Krowiak wrote: From: Tony Krowiak Implements the open callback on the mediated matrix device. The function registers a group notifier to receive notification of the VFIO_GROUP_NOTIFY_SET_KVM event. When noti

Re: [PATCH v9 15/22] s390: vfio-ap: implement mediated device open callback

2018-08-15 Thread Cornelia Huck
On Mon, 13 Aug 2018 17:48:12 -0400 Tony Krowiak wrote: > From: Tony Krowiak > > Implements the open callback on the mediated matrix device. > The function registers a group notifier to receive notification > of the VFIO_GROUP_NOTIFY_SET_KVM event. When notified, > the vfio_ap device driver will

[PATCH v9 15/22] s390: vfio-ap: implement mediated device open callback

2018-08-13 Thread Tony Krowiak
From: Tony Krowiak Implements the open callback on the mediated matrix device. The function registers a group notifier to receive notification of the VFIO_GROUP_NOTIFY_SET_KVM event. When notified, the vfio_ap device driver will get access to the guest's kvm structure. The open callback must ensu