We neglected to update MAINTAINERS when we moved docs/system/devices/virtio-snd.rst and docs/system/devices/virtio-gpu.rst to docs/system/devices/virtio/. Update it now.
Fixes: 487ce6ce99 (docs/system: split VirtIO devices from the rest, 2025-10-16) Cc: Gerd Hoffmann <[email protected]> Cc: Manos Pitsidianakis <[email protected]> Cc: Alex Bennée <[email protected]> Cc: Akihiko Odaki <[email protected]> Cc: Dmitry Osipenko <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 03817a0ebe..c864fb971d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2613,7 +2613,7 @@ S: Supported F: hw/audio/virtio-snd.c F: hw/audio/virtio-snd-pci.c F: include/hw/audio/virtio-snd.h -F: docs/system/devices/virtio-snd.rst +F: docs/system/devices/virtio/virtio-snd.rst nvme M: Keith Busch <[email protected]> @@ -2802,7 +2802,7 @@ S: Odd Fixes F: hw/display/virtio-gpu* F: hw/display/virtio-vga.* F: include/hw/virtio/virtio-gpu.h -F: docs/system/devices/virtio-gpu.rst +F: docs/system/devices/virtio/virtio-gpu.rst F: tests/functional/aarch64/test_virt_gpu.py F: tests/functional/x86_64/test_virtio_gpu.py -- 2.54.0
