mbox

[PULL,v2,0/5] QAPI patches patches for 2025-02-26

Message ID 20250304072117.894134-1-armbru@redhat.com (mailing list archive)
State New
Headers show

Pull-request

https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2025-02-26-v2

Message

Markus Armbruster March 4, 2025, 7:21 a.m. UTC
The following changes since commit b69801dd6b1eb4d107f7c2f643adf0a4e3ec9124:

  Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2025-02-22 05:06:39 +0800)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2025-02-26-v2

for you to fetch changes up to dde279925c97b614e45351400bfcf9efaf732f9d:

  qapi: pluggable backend code generators (2025-03-04 08:02:29 +0100)

----------------------------------------------------------------
QAPI patches patches for 2025-02-26

----------------------------------------------------------------
Daniel P. Berrangé (1):
      qapi: pluggable backend code generators

John Snow (3):
      qapi: update pylintrc config
      docs/qapidoc: support header-less freeform sections
      docs/qapidoc: remove example section support

Roman Penyaev (1):
      qapi/char.json: minor doc rewording for `hub` device

 docs/sphinx/qapidoc.py          | 11 ++----
 qapi/char.json                  |  2 +-
 scripts/qapi/backend.py         | 63 ++++++++++++++++++++++++++++++++
 scripts/qapi/main.py            | 80 +++++++++++++++++++++++------------------
 scripts/qapi/pylintrc           |  1 +
 tests/qapi-schema/doc-good.json |  4 +++
 tests/qapi-schema/doc-good.out  |  3 ++
 7 files changed, 120 insertions(+), 44 deletions(-)
 create mode 100644 scripts/qapi/backend.py