[PATCH v2 0/8] qapi: convert intros for qga, firmware, etc

John Snow posted 8 patches 3 days, 22 hours ago
docs/interop/firmware.json                    |  76 +++---
docs/interop/vhost-user.json                  |  27 +-
qapi/block.json                               |   5 +-
qapi/machine-s390x.json                       |   3 +-
qapi/machine.json                             |   3 +-
qapi/net.json                                 |  24 +-
qga/qapi-schema.json                          | 249 +++++++-----------
tests/qapi-schema/doc-good.json               |   8 +-
tests/qapi-schema/doc-good.out                |  15 +-
tests/qapi-schema/doc-interleaved-section.err |   2 +-
.../qapi-schema/doc-interleaved-section.json  |   3 +-
11 files changed, 161 insertions(+), 254 deletions(-)
[PATCH v2 0/8] qapi: convert intros for qga, firmware, etc
Posted by John Snow 3 days, 22 hours ago
v2: minor changes (Markus)
    Dropped now irrelevant final patch (Oops)

John Snow (8):
  qapi: convert/split remaining qapi/qmp intro sections
  qapi: convert intro sections for unit tests
  qapi: convert trivial intros for qga/qapi-schema.json
  qapi: convert simple intros for qga/qapi-schema.json
  qapi: split intros at natural cutoff points for qga/qapi-schema.json
  qapi: split intros for qga/qapi-schema.json
  qapi: convert intro sections for docs/interop/firmware.json
  qapi: convert intro sections for docs/interop/vhost-user.json

 docs/interop/firmware.json                    |  76 +++---
 docs/interop/vhost-user.json                  |  27 +-
 qapi/block.json                               |   5 +-
 qapi/machine-s390x.json                       |   3 +-
 qapi/machine.json                             |   3 +-
 qapi/net.json                                 |  24 +-
 qga/qapi-schema.json                          | 249 +++++++-----------
 tests/qapi-schema/doc-good.json               |   8 +-
 tests/qapi-schema/doc-good.out                |  15 +-
 tests/qapi-schema/doc-interleaved-section.err |   2 +-
 .../qapi-schema/doc-interleaved-section.json  |   3 +-
 11 files changed, 161 insertions(+), 254 deletions(-)

-- 
2.55.0

Re: [PATCH v2 0/8] qapi: convert intros for qga, firmware, etc
Posted by Markus Armbruster 3 days, 12 hours ago
Series
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Re: [PATCH v2 0/8] qapi: convert intros for qga, firmware, etc
Posted by Markus Armbruster 3 days, 12 hours ago
Markus Armbruster <armbru@redhat.com> writes:

> Series
> Reviewed-by: Markus Armbruster <armbru@redhat.com>

With the update to tests/qapi-schema/doc-good.txt squashed into PATCH 2,
of course.  I'll also make the commit message tweak for PATCH 5 if you
like it.
Re: [PATCH v2 0/8] qapi: convert intros for qga, firmware, etc
Posted by John Snow 3 days, 1 hour ago
On Wed, Sep 23, 2026 at 2:49 AM Markus Armbruster <armbru@redhat.com> wrote:
>
> Markus Armbruster <armbru@redhat.com> writes:
>
> > Series
> > Reviewed-by: Markus Armbruster <armbru@redhat.com>
>
> With the update to tests/qapi-schema/doc-good.txt squashed into PATCH 2,
> of course.  I'll also make the commit message tweak for PATCH 5 if you
> like it.

Yes, please!