The commit adding the section added two bad F: lines: include/hw/vfio-user/ never existed, and subprojects/libvfio-user had long been replaced by subprojects/libvfio.wrap. Drop the former, and correct the latter.
Fixes: 9fca2b7d70 (vfio-user: add vfio-user class and container, 2025-06-25) Cc: John Levon <[email protected]> Cc: Thanos Makatos <[email protected]> Cc: Cédric Le Goater <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 7a1b1317cf..ca86e1410b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4468,8 +4468,7 @@ S: Supported F: docs/interop/vfio-user.rst F: docs/system/devices/vfio-user.rst F: hw/vfio-user/* -F: include/hw/vfio-user/* -F: subprojects/libvfio-user +F: subprojects/libvfio-user.wrap F: tests/functional/x86_64/test_vfio_user_client.py EBPF -- 2.54.0
