On Wed, 7 Oct 2020 14:56:22 -0400 Matthew Rosato <mjrosato@xxxxxxxxxxxxx> wrote: > Allow the VFIO_DEVICE_GET_INFO ioctl to include a capability chain. > Add a flag indicating capability chain support, and introduce the > definitions for the first set of capabilities which are specified to > s390 zPCI devices. > > Signed-off-by: Matthew Rosato <mjrosato@xxxxxxxxxxxxx> > --- > include/uapi/linux/vfio.h | 11 ++++++ > include/uapi/linux/vfio_zdev.h | 78 ++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 89 insertions(+) > create mode 100644 include/uapi/linux/vfio_zdev.h Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>