Re: [PATCH v9 08/22] s390: vfio-ap: base implementation of VFIO AP device driver

2018-08-14 Thread Tony Krowiak
On 08/14/2018 06:42 AM, Cornelia Huck wrote: On Mon, 13 Aug 2018 17:48:05 -0400 Tony Krowiak wrote: diff --git a/drivers/s390/crypto/vfio_ap_drv.c b/drivers/s390/crypto/vfio_ap_drv.c new file mode 100644 index 000..5069580 --- /dev/null +++ b/drivers/s390/crypto/vfio_ap_drv.c @@ -0,0

Re: [PATCH v9 08/22] s390: vfio-ap: base implementation of VFIO AP device driver

2018-08-14 Thread Tony Krowiak
On 08/14/2018 06:42 AM, Cornelia Huck wrote: On Mon, 13 Aug 2018 17:48:05 -0400 Tony Krowiak wrote: diff --git a/drivers/s390/crypto/vfio_ap_drv.c b/drivers/s390/crypto/vfio_ap_drv.c new file mode 100644 index 000..5069580 --- /dev/null +++ b/drivers/s390/crypto/vfio_ap_drv.c @@ -0,0

Re: [PATCH v9 08/22] s390: vfio-ap: base implementation of VFIO AP device driver

2018-08-14 Thread Cornelia Huck
On Mon, 13 Aug 2018 17:48:05 -0400 Tony Krowiak wrote: > diff --git a/drivers/s390/crypto/vfio_ap_drv.c > b/drivers/s390/crypto/vfio_ap_drv.c > new file mode 100644 > index 000..5069580 > --- /dev/null > +++ b/drivers/s390/crypto/vfio_ap_drv.c > @@ -0,0 +1,118 @@ > +//

Re: [PATCH v9 08/22] s390: vfio-ap: base implementation of VFIO AP device driver

2018-08-14 Thread Cornelia Huck
On Mon, 13 Aug 2018 17:48:05 -0400 Tony Krowiak wrote: > diff --git a/drivers/s390/crypto/vfio_ap_drv.c > b/drivers/s390/crypto/vfio_ap_drv.c > new file mode 100644 > index 000..5069580 > --- /dev/null > +++ b/drivers/s390/crypto/vfio_ap_drv.c > @@ -0,0 +1,118 @@ > +//

[PATCH v9 08/22] s390: vfio-ap: base implementation of VFIO AP device driver

2018-08-13 Thread Tony Krowiak
From: Tony Krowiak Introduces a new AP device driver. This device driver is built on the VFIO mediated device framework. The framework provides sysfs interfaces that facilitate passthrough access by guests to devices installed on the linux host. The VFIO AP device driver will serve two

[PATCH v9 08/22] s390: vfio-ap: base implementation of VFIO AP device driver

2018-08-13 Thread Tony Krowiak
From: Tony Krowiak Introduces a new AP device driver. This device driver is built on the VFIO mediated device framework. The framework provides sysfs interfaces that facilitate passthrough access by guests to devices installed on the linux host. The VFIO AP device driver will serve two