We neglected to update MAINTAINERS when we moved docs/system/devices/vhost-user-input.rst to docs/system/devices/virtio/. We later folded it into docs/system/devices/virtio/vhost-user-contrib.rst, so cover that instead.
Fixes: 487ce6ce99 (docs/system: split VirtIO devices from the rest, 2025-10-16) Cc: Gerd Hoffmann <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c19d59050d..d58459d7f0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2491,7 +2491,7 @@ L: [email protected] virtio-input M: Gerd Hoffmann <[email protected]> S: Odd Fixes -F: docs/system/devices/vhost-user-input.rst +F: docs/system/devices/virtio/vhost-user-contrib.rst F: hw/input/virtio-input*.c F: hw/virtio/vhost-user-input.c F: include/hw/virtio/virtio-input.h -- 2.54.0
