@samitouri / QOSamiQemu / commits / edf4b7a76e

MAINTAINERS: Fix bad / stale F: in "virtio-user-rng"

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: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20260603064032.3733394-23-armbru@redhat.com>

Markus Armbruster committed Jun 3, 2026 at 08:40 UTC edf4b7a76e97ce6d3b0f4bf9891f445599d76f3f
1 file changed -2
MAINTAINERS
-2
@@ -2539,11 +2539,9 @@ F: hw/virtio/vhost-user-device*
2539 vhost-user-rng
2540 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2541 S: Supported
2542 -F: docs/system/devices/vhost-user-rng.rst
2542 F: hw/virtio/vhost-user-rng.c
2543 F: hw/virtio/vhost-user-rng-pci.c
2544 F: include/hw/virtio/vhost-user-rng.h
2546 -F: tools/vhost-user-rng/*
2545
2546 vhost-user-gpio
2547 M: Alex Bennée <alex.bennee@linaro.org>