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 <[email protected]> --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9ad37f5133..b1b298fb0e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3591,12 +3591,11 @@ M: Markus Armbruster <[email protected]> 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 -- 2.54.0
