[PULL 00/14] QAPI patches for 2026-06-16

Markus Armbruster posted 14 patches 1 month, 1 week ago
Failed in applying to current master (apply log)
Maintainers: Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, John Snow <jsnow@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Mauro Carvalho Chehab <mchehab+huawei@kernel.org>, Cleber Rosa <crosa@redhat.com>, Eric Blake <eblake@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
docs/devel/qapi-code-gen.rst   |  16 ++--
docs/sphinx/qapidoc.py         |  61 +++++++++------
qapi/char.json                 |   6 +-
python/setup.cfg               |   3 +-
scripts/qapi/parser.py         | 167 ++++++++++++++++++++++++-----------------
tests/qapi-schema/doc-good.out |  86 +++++++++++----------
tests/qapi-schema/test-qapi.py |  14 ++--
7 files changed, 200 insertions(+), 153 deletions(-)
[PULL 00/14] QAPI patches for 2026-06-16
Posted by Markus Armbruster 1 month, 1 week ago
The following changes since commit 2f28d34ea0aead9830478cd1d3d0dd9d9191d82e:

  Merge tag 'pull-tcg-20260612' of https://gitlab.com/rth7680/qemu into staging (2026-06-13 14:02:34 -0400)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2026-06-16

for you to fetch changes up to ebb49d4bb6bcc4f97401fabf3310937d44a2226b:

  qapi: add doc comment "Intro" section parsing (2026-06-16 15:36:08 +0200)

----------------------------------------------------------------
QAPI patches for 2026-06-16

----------------------------------------------------------------
Filip Hejsek (1):
      qapi: drop "must exist" from ID descriptions for consistency

John Snow (13):
      python: temporarily restrict max mypy version
      tests/qapi: generate output in source order
      qapi/parser: remove unused QAPIDoc subsection members
      qapi/parser: add has_features property
      qapi/parser: make remaining subsection members "private"
      qapi/parser: fix comment phrasing
      qapi: new doc comment "Intro" section
      qapi/parser: move _insert_near_kind() method
      qapi/parser: add mea culpa comment for ensure_returns
      qapi: adjust doc comment stub member insertion algorithm
      qapi: remove implicit doc comment Plain section
      qapi/qapidoc: add rendering for INTRO sections
      qapi: add doc comment "Intro" section parsing

 docs/devel/qapi-code-gen.rst   |  16 ++--
 docs/sphinx/qapidoc.py         |  61 +++++++++------
 qapi/char.json                 |   6 +-
 python/setup.cfg               |   3 +-
 scripts/qapi/parser.py         | 167 ++++++++++++++++++++++++-----------------
 tests/qapi-schema/doc-good.out |  86 +++++++++++----------
 tests/qapi-schema/test-qapi.py |  14 ++--
 7 files changed, 200 insertions(+), 153 deletions(-)

-- 
2.54.0
Re: [PULL 00/14] QAPI patches for 2026-06-16
Posted by Stefan Hajnoczi 1 month, 1 week ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.