On Mon, 13 Aug 2018 17:48:13 -0400 Tony Krowiak <akrow...@linux.vnet.ibm.com> wrote:
> From: Tony Krowiak <akrow...@linux.ibm.com> > > Introduces ioctl access to the VFIO AP Matrix device driver > by implementing the VFIO_DEVICE_GET_INFO ioctl. This ioctl > provides the VFIO AP Matrix device driver information to the > guest machine. > > Signed-off-by: Tony Krowiak <akrow...@linux.ibm.com> > Reviewed-by: Pierre Morel <pmo...@linux.ibm.com> > Acked-by: Halil Pasic <pa...@linux.ibm.com> > Tested-by: Michael Mueller <m...@linux.ibm.com> > Tested-by: Farhan Ali <al...@linux.ibm.com> > Tested-by: Pierre Morel <pmo...@linux.ibm.com> > Signed-off-by: Christian Borntraeger <borntrae...@de.ibm.com> > --- > drivers/s390/crypto/vfio_ap_ops.c | 38 > +++++++++++++++++++++++++++++++++++++ > include/uapi/linux/vfio.h | 1 + > 2 files changed, 39 insertions(+), 0 deletions(-) Looks sane to me.