[PULL 00/12] QAPI patches patches for 2025-03-14

Markus Armbruster posted 12 patches 2 weeks, 5 days ago
docs/conf.py                                 |   7 +
docs/devel/qapi-domain.rst                   |  70 +++++--
docs/interop/qemu-ga-ref.rst                 |   2 +
docs/interop/qemu-qmp-ref.rst                |   1 +
docs/interop/qemu-storage-daemon-qmp-ref.rst |   2 +
docs/sphinx/qapi_domain.py                   | 297 +++++++++++++++++++--------
docs/sphinx/qapidoc.py                       |  12 ++
qapi/block-core.json                         |  28 ++-
qapi/qapi-schema.json                        |   2 +-
qga/qapi-schema.json                         |   3 +
storage-daemon/qapi/qapi-schema.json         |   8 +
11 files changed, 315 insertions(+), 117 deletions(-)
[PULL 00/12] QAPI patches patches for 2025-03-14
Posted by Markus Armbruster 2 weeks, 5 days ago
The following changes since commit 0462a32b4f63b2448b4a196381138afd50719dc4:

  Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2025-03-14 09:31:13 +0800)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2025-03-14

for you to fetch changes up to a6af54434400099b8afd59ba036cf9a662006d1e:

  docs: enable transmogrifier for QSD and QGA (2025-03-14 07:32:41 +0100)

----------------------------------------------------------------
QAPI patches patches for 2025-03-14

----------------------------------------------------------------
John Snow (11):
      docs/qapi_domain: isolate TYPE_CHECKING imports
      docs/qapi-domain: always store fully qualified name in signode
      docs/qapi_domain: add namespace support to FQN
      docs/qapi-domain: add :namespace: override option
      docs/qapi-domain: add qapi:namespace directive
      docs/qapidoc: add :namespace: option to qapi-doc directive
      docs/qapi_domain: add namespace support to cross-references
      docs/qapi-domain: add namespaced index support
      docs: add QAPI namespace "QMP" to qemu-qmp-ref
      docs: disambiguate references in qapi-domain.rst
      docs: enable transmogrifier for QSD and QGA

Markus Armbruster (1):
      qapi/block-core: Improve x-blockdev-change documentation

 docs/conf.py                                 |   7 +
 docs/devel/qapi-domain.rst                   |  70 +++++--
 docs/interop/qemu-ga-ref.rst                 |   2 +
 docs/interop/qemu-qmp-ref.rst                |   1 +
 docs/interop/qemu-storage-daemon-qmp-ref.rst |   2 +
 docs/sphinx/qapi_domain.py                   | 297 +++++++++++++++++++--------
 docs/sphinx/qapidoc.py                       |  12 ++
 qapi/block-core.json                         |  28 ++-
 qapi/qapi-schema.json                        |   2 +-
 qga/qapi-schema.json                         |   3 +
 storage-daemon/qapi/qapi-schema.json         |   8 +
 11 files changed, 315 insertions(+), 117 deletions(-)

-- 
2.48.1
Re: [PULL 00/12] QAPI patches patches for 2025-03-14
Posted by Stefan Hajnoczi 2 weeks, 3 days ago
Applied, thanks.

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