Commit edf4b7a76e for qemu.org
commit edf4b7a76e97ce6d3b0f4bf9891f445599d76f3f
Author: Markus Armbruster <armbru@redhat.com>
Date: Wed Jun 3 08:40:16 2026 +0200
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>
diff --git a/MAINTAINERS b/MAINTAINERS
index 70002dd6f8..aaa13a5e91 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2539,11 +2539,9 @@ F: hw/virtio/vhost-user-device*
vhost-user-rng
M: Mathieu Poirier <mathieu.poirier@linaro.org>
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 <alex.bennee@linaro.org>