On Mon, 13 Aug 2018 17:48:13 -0400 Tony Krowiak <[email protected]> wrote:
> From: Tony Krowiak <[email protected]> > > 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 <[email protected]> > Reviewed-by: Pierre Morel <[email protected]> > Acked-by: Halil Pasic <[email protected]> > Tested-by: Michael Mueller <[email protected]> > Tested-by: Farhan Ali <[email protected]> > Tested-by: Pierre Morel <[email protected]> > Signed-off-by: Christian Borntraeger <[email protected]> > --- > 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.

