[PULL 00/10] QAPI patches patches for 2025-03-06

Markus Armbruster posted 10 patches 3 weeks, 4 days ago
docs/about/build-platforms.rst   |  2 +-
docs/devel/qapi-code-gen.rst     |  3 +-
include/hw/qdev-properties.h     |  3 +-
backends/tpm/tpm_util.c          |  2 +-
hw/block/xen-block.c             |  4 +-
hw/core/qdev-properties-system.c | 80 +++++++++++++++++++---------------------
hw/core/qdev-properties.c        | 44 ++++++++++------------
hw/misc/xlnx-versal-trng.c       |  2 +-
hw/nvme/nguid.c                  |  2 +-
hw/nvram/xlnx-bbram.c            |  2 +-
hw/nvram/xlnx-efuse.c            |  2 +-
hw/pci/pci.c                     |  2 +-
hw/s390x/ccw-device.c            |  6 +--
hw/s390x/css.c                   |  4 +-
hw/s390x/s390-pci-bus.c          |  3 +-
hw/vfio/pci-quirks.c             |  2 +-
target/riscv/cpu.c               | 44 +++++++++++++++-------
target/sparc/cpu.c               |  3 +-
hw/display/apple-gfx.m           |  2 +-
scripts/qapi/introspect.py       | 12 +++---
scripts/qapi/parser.py           |  5 +--
scripts/qapi/schema.py           | 11 +++---
tests/qapi-schema/test-qapi.py   | 11 +-----
23 files changed, 123 insertions(+), 128 deletions(-)
[PULL 00/10] QAPI patches patches for 2025-03-06
Posted by Markus Armbruster 3 weeks, 4 days ago
The following changes since commit e8a01102936286e012ed0f00bd7f3b7474d415c9:

  Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2025-03-05 21:58:23 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 71ba2613ad470b6397868ae7333cd255e467be68:

  docs/devel/qapi-code-gen: Discourage use of 'prefix' (2025-03-06 10:33:05 +0100)

----------------------------------------------------------------
QAPI patches patches for 2025-03-06

----------------------------------------------------------------
Markus Armbruster (10):
      docs/about/build-platforms: Correct minimum supported Python version
      qapi: Eliminate OrderedDict
      qapi/introspect: Use @dataclass to simplify
      qdev: Delete unused qdev_prop_enum
      qdev: Change qdev_prop_pci_devfn member @name from "int32" to "str"
      qdev: Rename PropertyInfo member @name to @type
      qdev: Change values of PropertyInfo member @type to be QAPI types
      qdev: Improve PropertyInfo member @description for enum properties
      qdev: Improve a few more PropertyInfo @description members
      docs/devel/qapi-code-gen: Discourage use of 'prefix'

 docs/about/build-platforms.rst   |  2 +-
 docs/devel/qapi-code-gen.rst     |  3 +-
 include/hw/qdev-properties.h     |  3 +-
 backends/tpm/tpm_util.c          |  2 +-
 hw/block/xen-block.c             |  4 +-
 hw/core/qdev-properties-system.c | 80 +++++++++++++++++++---------------------
 hw/core/qdev-properties.c        | 44 ++++++++++------------
 hw/misc/xlnx-versal-trng.c       |  2 +-
 hw/nvme/nguid.c                  |  2 +-
 hw/nvram/xlnx-bbram.c            |  2 +-
 hw/nvram/xlnx-efuse.c            |  2 +-
 hw/pci/pci.c                     |  2 +-
 hw/s390x/ccw-device.c            |  6 +--
 hw/s390x/css.c                   |  4 +-
 hw/s390x/s390-pci-bus.c          |  3 +-
 hw/vfio/pci-quirks.c             |  2 +-
 target/riscv/cpu.c               | 44 +++++++++++++++-------
 target/sparc/cpu.c               |  3 +-
 hw/display/apple-gfx.m           |  2 +-
 scripts/qapi/introspect.py       | 12 +++---
 scripts/qapi/parser.py           |  5 +--
 scripts/qapi/schema.py           | 11 +++---
 tests/qapi-schema/test-qapi.py   | 11 +-----
 23 files changed, 123 insertions(+), 128 deletions(-)

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

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