Commit ee599c5ca2 for qemu.org

commit ee599c5ca201018286309b250ef204bda567b50b
Author: Markus Armbruster <armbru@redhat.com>
Date:   Wed Jun 3 08:40:17 2026 +0200

    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>

diff --git a/MAINTAINERS b/MAINTAINERS
index aaa13a5e91..3d646b64a9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2534,7 +2534,7 @@ vhost-user-stubs
 M: Alex Bennée <alex.bennee@linaro.org>
 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 <mathieu.poirier@linaro.org>