tools/vhost-user-rng/* never existed. Drop the bad line. We neglected to update MAINTAINERS when we moved docs/system/devices/vhost-user-rng.rst to docs/system/devices/virtio/. We later deleted the file. Drop the stale line.
Fixes: e3e01466bf (MAINTAINERS: Add maintainer for vhost-user RNG implementation, 2021-06-14) Fixes: 487ce6ce99 (docs/system: split VirtIO devices from the rest, 2025-10-16) Cc: Laurent Vivier <[email protected]> Cc: Amit Shah <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d58459d7f0..8fff1649ab 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2541,11 +2541,9 @@ F: hw/virtio/vhost-user-device* vhost-user-rng M: Mathieu Poirier <[email protected]> S: Supported -F: docs/system/devices/vhost-user-rng.rst F: hw/virtio/vhost-user-rng.c F: hw/virtio/vhost-user-rng-pci.c F: include/hw/virtio/vhost-user-rng.h -F: tools/vhost-user-rng/* vhost-user-gpio M: Alex Bennée <[email protected]> -- 2.54.0
