Re: [PATCH 00/14] qapi: convert to explicit intro section syntax

John Snow <[email protected]> Mon, 13 Jul 2026 16:34:07 -0400
Newsgroups org.kernel.vger.linux-edac,org.nongnu.qemu-devel
Message-ID <CAFn=p-Yu9OV0LJN8rGrc6GTkJZ38XAvP296tfwBxU6CnhLYR7A@mail.gmail.com>
On Mon, Jul 13, 2026 at 9:00 AM Markus Armbruster <[email protected]> wrote:
>
> John Snow <[email protected]> writes:
>
> > GitLab CI: https://gitlab.com/jsnow/qemu/-/pipelines/2638342206
> >
> > Hi, this patchset converts some of the most trivial modules to use the
> > new explicit intro syntax. This particular patchset does not
> > differentiate between "trivial" conversions and those that take
> > slightly more liberty in refactoring, but there are (debatably?) no
> > such cases in this patchset.
>
> Looks entirely mechanical to me.  Am I missing anything?

Honest answer: I am not sure; I have edited so many QAPI files that I
cannot remember what is and what is not mechanical anymore. If there
are instances of "non-mechanical" changes, it would be for cases where
I decide to indent some paragraphs, but not others, effectively
introducing a new split as to what appears before and what appears
after the tabular data.

I genuinely do not recall if there are any such cases in this mini-series.