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

2018-08-09 Thread Cornelia Huck
On Wed, 8 Aug 2018 10:44:18 -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..d7e39ad > --- /dev/null > +++ b/drivers/s390/crypto/vfio_ap_drv.c > @@ -0,0 +1,115 @@ > +// SPDX-License-Identifie

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

2018-08-08 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 purposes: