mbox

[PULL,0/6] QAPI patches patches for 2025-02-10

Message ID 20250210083946.3553415-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-10

Message

Markus Armbruster Feb. 10, 2025, 8:39 a.m. UTC
The following changes since commit 04d3d0e9f54d4c42759f3810aa135ce314d98dc4:

  Merge tag 'hppa-system-for-v10-diva-artist-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2025-02-08 09:00:57 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 9c339601b652edf91d74a626999285e3245b2589:

  qapi: expose all schema features to code (2025-02-10 09:14:14 +0100)

----------------------------------------------------------------
QAPI patches patches for 2025-02-10

----------------------------------------------------------------
Daniel P. Berrangé (4):
      qapi: cope with feature names containing a '-'
      qapi: change 'unsigned special_features' to 'uint64_t features'
      qapi: rename 'special_features' to 'features'
      qapi: expose all schema features to code

Victor Toso (1):
      qapi: fix colon in Since tag section

Zhang Boyang (1):
      qapi/ui: Fix documentation of upper bound value in InputMoveEvent

 meson.build                              |  1 +
 qapi/cxl.json                            |  4 +--
 qapi/ui.json                             |  2 +-
 include/qapi/compat-policy.h             |  2 +-
 include/qapi/qmp/dispatch.h              |  4 +--
 include/qapi/util.h                      |  2 +-
 include/qapi/visitor-impl.h              |  4 +--
 include/qapi/visitor.h                   | 12 ++++----
 qapi/qapi-forward-visitor.c              |  8 +++---
 qapi/qapi-util.c                         |  6 ++--
 qapi/qapi-visit-core.c                   | 12 ++++----
 qapi/qmp-dispatch.c                      |  2 +-
 qapi/qmp-registry.c                      |  4 +--
 qapi/qobject-input-visitor.c             |  4 +--
 qapi/qobject-output-visitor.c            |  6 ++--
 scripts/qapi/commands.py                 |  5 ++--
 scripts/qapi/features.py                 | 48 ++++++++++++++++++++++++++++++++
 scripts/qapi/gen.py                      |  9 +++---
 scripts/qapi/main.py                     |  2 ++
 scripts/qapi/schema.py                   | 31 ++++++++++++++++++++-
 scripts/qapi/types.py                    | 23 ++++++++-------
 scripts/qapi/visit.py                    | 21 ++++++--------
 tests/meson.build                        |  2 ++
 tests/qapi-schema/features-too-many.err  |  2 ++
 tests/qapi-schema/features-too-many.json | 13 +++++++++
 tests/qapi-schema/features-too-many.out  |  0
 tests/qapi-schema/meson.build            |  1 +
 27 files changed, 163 insertions(+), 67 deletions(-)
 create mode 100644 scripts/qapi/features.py
 create mode 100644 tests/qapi-schema/features-too-many.err
 create mode 100644 tests/qapi-schema/features-too-many.json
 create mode 100644 tests/qapi-schema/features-too-many.out