]> git.baikalelectronics.ru Git - kernel.git/commit
vfio-ccw: Introduce a new schib region
authorFarhan Ali <alifm@linux.ibm.com>
Tue, 5 May 2020 12:27:41 +0000 (14:27 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 2 Jun 2020 11:14:08 +0000 (13:14 +0200)
commit94c69867089161772ff208827bf7034f89209a1f
tree4117927cb0d8a23c596dc72b5e0f22f1213efd46
parent14a3f73628ad5df47035fe753fb84732d11e228a
vfio-ccw: Introduce a new schib region

The schib region can be used by userspace to get the subchannel-
information block (SCHIB) for the passthrough subchannel.
This can be useful to get information such as channel path
information via the SCHIB.PMCW fields.

Signed-off-by: Farhan Ali <alifm@linux.ibm.com>
Signed-off-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20200505122745.53208-5-farman@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Documentation/s390/vfio-ccw.rst
drivers/s390/cio/Makefile
drivers/s390/cio/vfio_ccw_chp.c [new file with mode: 0644]
drivers/s390/cio/vfio_ccw_drv.c
drivers/s390/cio/vfio_ccw_ops.c
drivers/s390/cio/vfio_ccw_private.h
include/uapi/linux/vfio.h
include/uapi/linux/vfio_ccw.h