[PULL 0/6] QAPI patches patches for 2025-07-16

Markus Armbruster posted 6 patches 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250716172535.3520175-1-armbru@redhat.com
Maintainers: John Snow <jsnow@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Cleber Rosa <crosa@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>
MAINTAINERS                     |   1 +
docs/requirements.txt           |   4 +-
qapi/qom.json                   |  50 +++++++++++++++++
qom/qom-qmp-cmds.c              |  53 ++++++++++++++++++
tests/qtest/qom-test.c          | 116 +++++++++++++++++++++++++++++++++++++++-
python/Makefile                 |   4 +-
python/qemu/utils/qom.py        |  45 +++++++++-------
python/qemu/utils/qom_common.py |  55 +++++++++++++++++++
pythondeps.toml                 |   4 +-
9 files changed, 305 insertions(+), 27 deletions(-)
[PULL 0/6] QAPI patches patches for 2025-07-16
Posted by Markus Armbruster 4 months ago
The following changes since commit f96b157ebb93f94cd56ebbc99bc20982b8fd86ef:

  Merge tag 'accel-20250715' of https://github.com/philmd/qemu into staging (2025-07-16 07:13:40 -0400)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2025-07-16

for you to fetch changes up to 64e4375b2b1efb634876a119a7378c50be5d195b:

  python: fix editable installs for modern pip/setuptools (2025-07-16 19:04:02 +0200)

----------------------------------------------------------------
QAPI patches patches for 2025-07-16

----------------------------------------------------------------
Akihiko Odaki (2):
      docs: Bump sphinx to 6.2.1
      MAINTAINERS: Add docs/requirements.txt

John Snow (1):
      python: fix editable installs for modern pip/setuptools

Steve Sistare (3):
      qom: qom-list-get
      python: use qom-list-get
      tests/qtest/qom-test: unit test for qom-list-get

 MAINTAINERS                     |   1 +
 docs/requirements.txt           |   4 +-
 qapi/qom.json                   |  50 +++++++++++++++++
 qom/qom-qmp-cmds.c              |  53 ++++++++++++++++++
 tests/qtest/qom-test.c          | 116 +++++++++++++++++++++++++++++++++++++++-
 python/Makefile                 |   4 +-
 python/qemu/utils/qom.py        |  45 +++++++++-------
 python/qemu/utils/qom_common.py |  55 +++++++++++++++++++
 pythondeps.toml                 |   4 +-
 9 files changed, 305 insertions(+), 27 deletions(-)

-- 
2.49.0
Re: [PULL 0/6] QAPI patches patches for 2025-07-16
Posted by Stefan Hajnoczi 4 months ago
Applied, thanks.

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