Commit d81f53b40d for qemu.org

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

    MAINTAINERS: Fix F: in "QMP"

    We neglected to update MAINTAINERS when we renamed
    docs/devel/writing-monitor-commands.rst, and when we renamed
    monitor/misc.c.  The latter file no longer exists, so simply drop the
    line.  Update the other one.

    Fixes: 0e33e3d2c4 (docs/devel: rename file for writing monitor commands, 2021-09-09)
    Fixes: 864a3fa439 (monitor: Rename misc.c to hmp-target.c, 2023-01-24)
    Signed-off-by: Markus Armbruster <armbru@redhat.com>
    Message-ID: <20260603064032.3733394-31-armbru@redhat.com>
    Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index 188bdff8bc..d2a84866b1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3589,12 +3589,11 @@ M: Markus Armbruster <armbru@redhat.com>
 S: Supported
 F: monitor/monitor-internal.h
 F: monitor/qmp*
-F: monitor/misc.c
 F: monitor/monitor.c
 F: qapi/control.json
 F: qapi/error.json
 F: qapi/introspect.json
-F: docs/devel/*qmp-*
+F: docs/devel/writing-monitor-commands.rst
 F: docs/interop/*qmp-*
 F: scripts/qmp/
 F: tests/qtest/qmp-test.c