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 for you to fetch changes up to 4bdf4e66233a7c476b934a1c4776ef7d136ff867: qapi: pluggable backend code generators (2025-02-26 11:12:46 +0100) ---------------------------------------------------------------- QAPI patches patches for 2025-02-26 ---------------------------------------------------------------- Daniel P. Berrangé (1): qapi: pluggable backend code generators John Snow (4): qapi: update pylintrc config python: add qapi static analysis tests 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 +- python/tests/qapi-flake8.sh | 2 ++ python/tests/qapi-isort.sh | 2 ++ python/tests/qapi-mypy.sh | 2 ++ python/tests/qapi-pylint.sh | 4 +++ 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 ++ 11 files changed, 130 insertions(+), 44 deletions(-) create mode 100755 python/tests/qapi-flake8.sh create mode 100755 python/tests/qapi-isort.sh create mode 100755 python/tests/qapi-mypy.sh create mode 100755 python/tests/qapi-pylint.sh create mode 100644 scripts/qapi/backend.py -- 2.48.1