qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: stefanha@redhat.com
Subject: [PULL 00/10] QAPI patches patches for 2025-03-06
Date: Thu,  6 Mar 2025 10:35:51 +0100	[thread overview]
Message-ID: <20250306093601.2264772-1-armbru@redhat.com> (raw)

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



             reply	other threads:[~2025-03-06  9:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-06  9:35 Markus Armbruster [this message]
2025-03-06  9:35 ` [PULL 01/10] docs/about/build-platforms: Correct minimum supported Python version Markus Armbruster
2025-03-06  9:35 ` [PULL 02/10] qapi: Eliminate OrderedDict Markus Armbruster
2025-03-06  9:35 ` [PULL 03/10] qapi/introspect: Use @dataclass to simplify Markus Armbruster
2025-03-06  9:35 ` [PULL 04/10] qdev: Delete unused qdev_prop_enum Markus Armbruster
2025-03-06  9:35 ` [PULL 05/10] qdev: Change qdev_prop_pci_devfn member @name from "int32" to "str" Markus Armbruster
2025-03-06  9:35 ` [PULL 06/10] qdev: Rename PropertyInfo member @name to @type Markus Armbruster
2025-03-06  9:35 ` [PULL 07/10] qdev: Change values of PropertyInfo member @type to be QAPI types Markus Armbruster
2025-03-06  9:35 ` [PULL 08/10] qdev: Improve PropertyInfo member @description for enum properties Markus Armbruster
2025-03-06  9:36 ` [PULL 09/10] qdev: Improve a few more PropertyInfo @description members Markus Armbruster
2025-03-06  9:36 ` [PULL 10/10] docs/devel/qapi-code-gen: Discourage use of 'prefix' Markus Armbruster
2025-03-07  7:18 ` [PULL 00/10] QAPI patches patches for 2025-03-06 Stefan Hajnoczi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250306093601.2264772-1-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).