Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-09-10 Thread Halil Pasic
On 09/10/2018 03:38 PM, Tony Krowiak wrote: On 09/06/2018 04:49 AM, Pierre Morel wrote: On 13/08/2018 23:48, Tony Krowiak wrote: From: Tony Krowiak Registers the matrix device created by the VFIO AP device driver with the VFIO mediated device framework. Registering the matrix device will

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-09-10 Thread Halil Pasic
On 09/10/2018 03:38 PM, Tony Krowiak wrote: On 09/06/2018 04:49 AM, Pierre Morel wrote: On 13/08/2018 23:48, Tony Krowiak wrote: From: Tony Krowiak Registers the matrix device created by the VFIO AP device driver with the VFIO mediated device framework. Registering the matrix device will

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-09-10 Thread Tony Krowiak
On 09/06/2018 04:49 AM, Pierre Morel wrote: On 13/08/2018 23:48, Tony Krowiak wrote: From: Tony Krowiak Registers the matrix device created by the VFIO AP device driver with the VFIO mediated device framework. Registering the matrix device will create the sysfs structures needed to create

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-09-10 Thread Tony Krowiak
On 09/06/2018 04:49 AM, Pierre Morel wrote: On 13/08/2018 23:48, Tony Krowiak wrote: From: Tony Krowiak Registers the matrix device created by the VFIO AP device driver with the VFIO mediated device framework. Registering the matrix device will create the sysfs structures needed to create

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-09-06 Thread Pierre Morel
On 13/08/2018 23:48, Tony Krowiak wrote: From: Tony Krowiak Registers the matrix device created by the VFIO AP device driver with the VFIO mediated device framework. Registering the matrix device will create the sysfs structures needed to create mediated matrix devices each of which will be

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-09-06 Thread Pierre Morel
On 13/08/2018 23:48, Tony Krowiak wrote: From: Tony Krowiak Registers the matrix device created by the VFIO AP device driver with the VFIO mediated device framework. Registering the matrix device will create the sysfs structures needed to create mediated matrix devices each of which will be

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-08-17 Thread Tony Krowiak
On 08/17/2018 04:43 AM, Cornelia Huck wrote: On Thu, 16 Aug 2018 12:24:16 -0400 Tony Krowiak wrote: On 08/14/2018 07:19 AM, Cornelia Huck wrote: On Mon, 13 Aug 2018 17:48:06 -0400 Tony Krowiak wrote: +static int vfio_ap_mdev_create(struct kobject *kobj, struct mdev_device *mdev) +{ +

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-08-17 Thread Tony Krowiak
On 08/17/2018 04:43 AM, Cornelia Huck wrote: On Thu, 16 Aug 2018 12:24:16 -0400 Tony Krowiak wrote: On 08/14/2018 07:19 AM, Cornelia Huck wrote: On Mon, 13 Aug 2018 17:48:06 -0400 Tony Krowiak wrote: +static int vfio_ap_mdev_create(struct kobject *kobj, struct mdev_device *mdev) +{ +

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-08-17 Thread Cornelia Huck
On Thu, 16 Aug 2018 12:24:16 -0400 Tony Krowiak wrote: > On 08/14/2018 07:19 AM, Cornelia Huck wrote: > > On Mon, 13 Aug 2018 17:48:06 -0400 > > Tony Krowiak wrote: > >> +static int vfio_ap_mdev_create(struct kobject *kobj, struct mdev_device > >> *mdev) > >> +{ > >> + struct ap_matrix_mdev

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-08-17 Thread Cornelia Huck
On Thu, 16 Aug 2018 12:24:16 -0400 Tony Krowiak wrote: > On 08/14/2018 07:19 AM, Cornelia Huck wrote: > > On Mon, 13 Aug 2018 17:48:06 -0400 > > Tony Krowiak wrote: > >> +static int vfio_ap_mdev_create(struct kobject *kobj, struct mdev_device > >> *mdev) > >> +{ > >> + struct ap_matrix_mdev

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-08-16 Thread Tony Krowiak
On 08/14/2018 07:19 AM, Cornelia Huck wrote: On Mon, 13 Aug 2018 17:48:06 -0400 Tony Krowiak wrote: From: Tony Krowiak Registers the matrix device created by the VFIO AP device driver with the VFIO mediated device framework. Registering the matrix device will create the sysfs structures

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-08-16 Thread Tony Krowiak
On 08/14/2018 07:19 AM, Cornelia Huck wrote: On Mon, 13 Aug 2018 17:48:06 -0400 Tony Krowiak wrote: From: Tony Krowiak Registers the matrix device created by the VFIO AP device driver with the VFIO mediated device framework. Registering the matrix device will create the sysfs structures

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-08-15 Thread Tony Krowiak
On 08/14/2018 07:19 AM, Cornelia Huck wrote: On Mon, 13 Aug 2018 17:48:06 -0400 Tony Krowiak wrote: From: Tony Krowiak Registers the matrix device created by the VFIO AP device driver with the VFIO mediated device framework. Registering the matrix device will create the sysfs structures

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-08-15 Thread Tony Krowiak
On 08/14/2018 07:19 AM, Cornelia Huck wrote: On Mon, 13 Aug 2018 17:48:06 -0400 Tony Krowiak wrote: From: Tony Krowiak Registers the matrix device created by the VFIO AP device driver with the VFIO mediated device framework. Registering the matrix device will create the sysfs structures

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-08-14 Thread Cornelia Huck
On Mon, 13 Aug 2018 17:48:06 -0400 Tony Krowiak wrote: > From: Tony Krowiak > > Registers the matrix device created by the VFIO AP device > driver with the VFIO mediated device framework. > Registering the matrix device will create the sysfs > structures needed to create mediated matrix

Re: [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-08-14 Thread Cornelia Huck
On Mon, 13 Aug 2018 17:48:06 -0400 Tony Krowiak wrote: > From: Tony Krowiak > > Registers the matrix device created by the VFIO AP device > driver with the VFIO mediated device framework. > Registering the matrix device will create the sysfs > structures needed to create mediated matrix

[PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-08-13 Thread Tony Krowiak
From: Tony Krowiak Registers the matrix device created by the VFIO AP device driver with the VFIO mediated device framework. Registering the matrix device will create the sysfs structures needed to create mediated matrix devices each of which will be used to configure the AP matrix for a guest

[PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

2018-08-13 Thread Tony Krowiak
From: Tony Krowiak Registers the matrix device created by the VFIO AP device driver with the VFIO mediated device framework. Registering the matrix device will create the sysfs structures needed to create mediated matrix devices each of which will be used to configure the AP matrix for a guest