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 <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8fff1649ab..03817a0ebe 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2536,7 +2536,7 @@ vhost-user-stubs M: Alex Bennée <[email protected]> S: Maintained F: hw/virtio/vhost-user-base.c -F: hw/virtio/vhost-user-device* +F: hw/virtio/vhost-user-test-device* vhost-user-rng M: Mathieu Poirier <[email protected]> -- 2.54.0
