From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: stefanha@redhat.com
Subject: [PULL 0/6] QAPI patches patches for 2025-07-16
Date: Wed, 16 Jul 2025 19:25:29 +0200 [thread overview]
Message-ID: <20250716172535.3520175-1-armbru@redhat.com> (raw)
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
next reply other threads:[~2025-07-16 17:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-16 17:25 Markus Armbruster [this message]
2025-07-16 17:25 ` [PULL 1/6] qom: qom-list-get Markus Armbruster
2025-07-16 17:25 ` [PULL 2/6] python: use qom-list-get Markus Armbruster
2025-07-16 17:25 ` [PULL 3/6] tests/qtest/qom-test: unit test for qom-list-get Markus Armbruster
2025-07-16 17:25 ` [PULL 4/6] docs: Bump sphinx to 6.2.1 Markus Armbruster
2025-07-16 17:25 ` [PULL 5/6] MAINTAINERS: Add docs/requirements.txt Markus Armbruster
2025-07-16 17:25 ` [PULL 6/6] python: fix editable installs for modern pip/setuptools Markus Armbruster
2025-07-17 20:56 ` [PULL 0/6] QAPI patches patches for 2025-07-16 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=20250716172535.3520175-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.