aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2025-07-29 11:16:42 +0200
committerMarkus Armbruster <armbru@redhat.com>2025-07-29 14:51:39 +0200
commita95b3c0ad857055198cdb272bca2af975092d060 (patch)
tree52338f14c2bc898dc6f9f76652faaa3deae30afb
parenta14f6d3288bcfd4f3f7e6aca4572e2443cc1f91b (diff)
downloadqemu-a95b3c0ad857055198cdb272bca2af975092d060.zip
qemu-a95b3c0ad857055198cdb272bca2af975092d060.tar.gz
qemu-a95b3c0ad857055198cdb272bca2af975092d060.tar.bz2
MAINTAINERS: Cover docs/devel/qapi-domain.rst properly
Section QAPI already covers it, and that's fine. It's missing from "Sphinx documentation configuration and build machinery". Add it there. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20250729091642.3513895-3-armbru@redhat.com> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> [Improved commit message]
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 37879ab..069d77f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4433,6 +4433,7 @@ F: docs/requirements.txt
F: docs/sphinx/
F: docs/_templates/
F: docs/devel/docs.rst
+F: docs/devel/qapi-domain.rst
Rust build system integration
M: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>