linux/drivers/vfio/platform
Antonios Motakis 2e8567bbb5 vfio/platform: return info for bound device
A VFIO userspace driver will start by opening the VFIO device
that corresponds to an IOMMU group, and will use the ioctl interface
to get the basic device info, such as number of memory regions and
interrupts, and their properties. This patch enables the
VFIO_DEVICE_GET_INFO ioctl call.

Signed-off-by: Antonios Motakis <a.motakis@virtualopensystems.com>
[Baptiste Reynal: added include in vfio_platform_common.c]
Signed-off-by: Baptiste Reynal <b.reynal@virtualopensystems.com>
Reviewed-by: Eric Auger <eric.auger@linaro.org>
Tested-by: Eric Auger <eric.auger@linaro.org>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
2015-03-16 14:08:46 -06:00
..
Kconfig vfio: amba: add the VFIO for AMBA devices module to Kconfig 2015-03-16 14:08:45 -06:00
Makefile vfio: amba: add the VFIO for AMBA devices module to Kconfig 2015-03-16 14:08:45 -06:00
vfio_amba.c vfio: amba: VFIO support for AMBA devices 2015-03-16 14:08:44 -06:00
vfio_platform_common.c vfio/platform: return info for bound device 2015-03-16 14:08:46 -06:00
vfio_platform_private.h
vfio_platform.c