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

John Snow posted 9 patches 4 days, 22 hours ago
There is a newer version of this series
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               |  10 +-
tests/qapi-schema/doc-good.out                |  95 ++++---
tests/qapi-schema/doc-interleaved-section.err |   2 +-
.../qapi-schema/doc-interleaved-section.json  |   3 +-
tests/qapi-schema/test-qapi.py                |   9 +-
12 files changed, 206 insertions(+), 300 deletions(-)
[PATCH 0/9] qapi: convert intros for qga, firmware, etc
Posted by John Snow 4 days, 22 hours ago
One day I will send patches that do something else.
Today is not that day.

John Snow (9):
  qapi: convert remaining simple 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
  tests/qapi: generate output in source order

 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               |  10 +-
 tests/qapi-schema/doc-good.out                |  95 ++++---
 tests/qapi-schema/doc-interleaved-section.err |   2 +-
 .../qapi-schema/doc-interleaved-section.json  |   3 +-
 tests/qapi-schema/test-qapi.py                |   9 +-
 12 files changed, 206 insertions(+), 300 deletions(-)

-- 
2.55.0

Re: [PATCH 0/9] qapi: convert intros for qga, firmware, etc
Posted by John Snow 4 days, 1 hour ago
On Mon, Sep 21, 2026 at 4:52 PM John Snow <jsnow@redhat.com> wrote:
>
> One day I will send patches that do something else.
> Today is not that day.
>
> John Snow (9):
>   qapi: convert remaining simple 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
>   tests/qapi: generate output in source order
>
>  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               |  10 +-
>  tests/qapi-schema/doc-good.out                |  95 ++++---
>  tests/qapi-schema/doc-interleaved-section.err |   2 +-
>  .../qapi-schema/doc-interleaved-section.json  |   3 +-
>  tests/qapi-schema/test-qapi.py                |   9 +-
>  12 files changed, 206 insertions(+), 300 deletions(-)
>
> --
> 2.55.0

Markus: assuming I should wait for your reviews on 3, 4, and 8 before
I send a revision.

--js
Re: [PATCH 0/9] qapi: convert intros for qga, firmware, etc
Posted by Markus Armbruster 3 days, 23 hours ago
John Snow <jsnow@redhat.com> writes:

> Markus: assuming I should wait for your reviews on 3, 4, and 8 before
> I send a revision.

Go ahead and send!