From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>
Subject: [PULL v2 00/11] maintainer updates for May (testing, plugins)
Date: Sat, 7 Jun 2025 16:44:04 +0100 [thread overview]
Message-ID: <20250607154404.3810570-1-alex.bennee@linaro.org> (raw)
The following changes since commit 96215036f47403438c7c7869b7cd419bd7a11f82:
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2025-06-06 09:42:59 -0400)
are available in the Git repository at:
https://gitlab.com/stsquad/qemu.git tags/pull-10.1-maintainer-may-2025-070625-1
for you to fetch changes up to 63070ce368e1a2d430b9022a9db46f1817628efc:
gdbstub: update aarch64-core.xml (2025-06-07 16:40:44 +0100)
----------------------------------------------------------------
maintainer updates for May (testing, plugins)
- expose ~/.cache/qemu to container builds
- disable debug info in CI
- allow boot.S to handle target el mode selection
- new arguments for ips plugin
- cleanup assets in size_memop
- fix include guard in gdbstub
- introduce qGDBServerVersion gdbstub query
- update gdb aarch64-core.xml to support bitfields
----------------------------------------------------------------
Alex Bennée (8):
tests/docker: expose $HOME/.cache/qemu as docker volume
gitlab: disable debug info on CI builds
tests/tcg: make aarch64 boot.S handle different starting modes
contrib/plugins: add a scaling factor to the ips arg
contrib/plugins: allow setting of instructions per quantum
include/exec: fix assert in size_memop
include/gdbstub: fix include guard in commands.h
gdbstub: assert earlier in handle_read_all_regs
Dominik 'Disconnect3d' Czarnota (1):
gdbstub: Implement qGDBServerVersion packet
Manos Pitsidianakis (1):
gdbstub: update aarch64-core.xml
Nabih Estefan (1):
tests/qtest: Avoid unaligned access in IGB test
docs/about/emulation.rst | 4 +
include/exec/memop.h | 4 +-
include/gdbstub/commands.h | 2 +-
contrib/plugins/ips.c | 49 ++++++++-
gdbstub/gdbstub.c | 19 +++-
tests/qtest/libqos/igb.c | 4 +-
.gitlab-ci.d/buildtest-template.yml | 1 +
gdb-xml/aarch64-core.xml | 52 ++++++++-
tests/docker/Makefile.include | 10 +-
tests/tcg/aarch64/Makefile.softmmu-target | 3 +-
tests/tcg/aarch64/system/boot.S | 172 +++++++++++++++++++++++++++++-
11 files changed, 300 insertions(+), 20 deletions(-)
--
2.47.2
next reply other threads:[~2025-06-07 15:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-07 15:44 Alex Bennée [this message]
2025-06-07 20:45 ` [PULL v2 00/11] maintainer updates for May (testing, plugins) 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=20250607154404.3810570-1-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=qemu-devel@nongnu.org \
/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).