qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/6] QAPI patches patches for 2025-02-26
@ 2025-02-26 10:28 Markus Armbruster
  2025-02-26 10:28 ` [PULL 1/6] qapi/char.json: minor doc rewording for `hub` device Markus Armbruster
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Markus Armbruster @ 2025-02-26 10:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-03-04  7:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-26 10:28 [PULL 0/6] QAPI patches patches for 2025-02-26 Markus Armbruster
2025-02-26 10:28 ` [PULL 1/6] qapi/char.json: minor doc rewording for `hub` device Markus Armbruster
2025-02-26 10:28 ` [PULL 2/6] qapi: update pylintrc config Markus Armbruster
2025-02-26 10:28 ` [PULL 3/6] python: add qapi static analysis tests Markus Armbruster
2025-03-03  2:25   ` Stefan Hajnoczi
2025-03-04  6:09     ` Markus Armbruster
2025-02-26 10:28 ` [PULL 4/6] docs/qapidoc: support header-less freeform sections Markus Armbruster
2025-02-26 10:28 ` [PULL 5/6] docs/qapidoc: remove example section support Markus Armbruster
2025-02-26 10:28 ` [PULL 6/6] qapi: pluggable backend code generators Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).