We neglected to update MAINTAINERS when we moved files from rename from docs/system/devices/ to docs/system/devices/virtio/. Update it now.
Fixes: 487ce6ce99 (docs/system: split VirtIO devices from the rest, 2025-10-16) Cc: Michael S. Tsirkin <[email protected]> Cc: Stefano Garzarella <[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 b7b0cee96c..c19d59050d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2401,7 +2401,7 @@ R: Stefano Garzarella <[email protected]> S: Supported F: hw/*/*vhost* F: docs/interop/vhost-user* -F: docs/system/devices/vhost-user* +F: docs/system/devices/virtio/vhost-user* F: contrib/vhost-user-*/ F: backends/*vhost* F: include/system/vhost-user-backend.h -- 2.54.0
