diff options
author | Longfang Liu <[email protected]> | 2023-11-06 15:22:25 +0800 |
---|---|---|
committer | Alex Williamson <[email protected]> | 2023-12-04 14:30:35 -0700 |
commit | 0d9bacfa615310e88bae385d64ca065953cb95ac (patch) | |
tree | 69c59211ac7c3dcf0c9e675650c9bdb8ab6a93f2 | |
parent | 7b994177805f4ef05913c3f242840b262ecf2fa1 (diff) |
MAINTAINERS: Add vfio debugfs interface doc link
After adding the debugfs function to the vfio driver,
a new debugfs-vfio file was added.
Signed-off-by: Longfang Liu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alex Williamson <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 788be9ab5b73..d924ef5f5699 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22837,6 +22837,7 @@ M: Alex Williamson <[email protected]> S: Maintained T: git https://github.com/awilliam/linux-vfio.git +F: Documentation/ABI/testing/debugfs-vfio F: Documentation/ABI/testing/sysfs-devices-vfio-dev F: Documentation/driver-api/vfio.rst F: drivers/vfio/ |