Manos Pitsidianakis <manos.pitsidiana...@linaro.org> writes: > On Tue, Jul 29, 2025 at 12:18 PM Markus Armbruster <arm...@redhat.com> wrote: >> >> Signed-off-by: Markus Armbruster <arm...@redhat.com> >> --- >> MAINTAINERS | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index f1bd69c3db..9c22e921e8 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -4432,6 +4432,7 @@ F: docs/requirements.txt >> F: docs/sphinx/ >> F: docs/_templates/ >> F: docs/devel/docs.rst >> +F: docs/devel/qapi-domain.rst > > Question: Does it matter if this is already covered by QAPI section > which has: "F: docs/devel/qapi*"?
I'm adding it to the "Sphinx documentation configuration and build machinery" section as well. Before the patch: $ scripts/get_maintainer.pl -f docs/devel/qapi-domain.rst Markus Armbruster <arm...@redhat.com> (supporter:QAPI) Michael Roth <michael.r...@amd.com> (supporter:QAPI) qemu-devel@nongnu.org (open list:All patches CC here) Afterwards: $ scripts/get_maintainer.pl -f docs/devel/qapi-domain.rst --> John Snow <js...@redhat.com> (maintainer:Sphinx documentat...) --> Peter Maydell <peter.mayd...@linaro.org> (maintainer:Sphinx documentat...) Markus Armbruster <arm...@redhat.com> (supporter:QAPI) Michael Roth <michael.r...@amd.com> (supporter:QAPI) qemu-devel@nongnu.org (open list:All patches CC here) Good, because it's John's baby, and he's maintaining it. > If not, > > Reviewed-by: Manos Pitsidianakis <manos.pitsidiana...@linaro.org> Thank you! [...]