Documentation/ABI/testing/debugfs-vfio | 25 +++++++ MAINTAINERS | 1 + drivers/vfio/Kconfig | 10 +++ drivers/vfio/Makefile | 1 + drivers/vfio/debugfs.c | 90 ++++++++++++++++++++++++++ drivers/vfio/vfio.h | 14 ++++ drivers/vfio/vfio_main.c | 14 +++- include/linux/vfio.h | 7 ++ include/uapi/linux/vfio.h | 1 + 9 files changed, 161 insertions(+), 2 deletions(-) create mode 100644 Documentation/ABI/testing/debugfs-vfio create mode 100644 drivers/vfio/debugfs.c