MAINTAINERS: Fix F: in "vhost-user-stubs"
We neglected to update MAINTAINERS when we renamed hw/virtio/vhost-user-device-pci.c and hw/virtio/vhost-user-device.c to hw/virtio/vhost-user-test-device-pci.c and hw/virtio/vhost-user-test-device.c. Update it now. Fixes: 722e9022a0 (hw/virtio: rename vhost-user-device and make user creatable, 2025-09-01) Cc: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20260603064032.3733394-24-armbru@redhat.com>
Markus Armbruster committed
Jun 3, 2026 at 08:40 UTC
ee599c5ca201018286309b250ef204bda567b50b
1 file changed
+1
-1
MAINTAINERS
+1
-1
@@ -2534,7 +2534,7 @@ vhost-user-stubs
2534
M: Alex Bennée <alex.bennee@linaro.org>
2535
S: Maintained
2536
F: hw/virtio/vhost-user-base.c
2537
-F: hw/virtio/vhost-user-device*
2537
+F: hw/virtio/vhost-user-test-device*
2538
2539
vhost-user-rng
2540
M: Mathieu Poirier <mathieu.poirier@linaro.org>