From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>
Subject: [PULL 00/10] testing and gdbstub updates
Date: Wed, 11 Sep 2024 07:46:35 +0100 [thread overview]
Message-ID: <20240911064645.357592-1-alex.bennee@linaro.org> (raw)
The following changes since commit a66f28df650166ae8b50c992eea45e7b247f4143:
Merge tag 'migration-20240909-pull-request' of https://gitlab.com/peterx/qemu into staging (2024-09-10 11:19:22 +0100)
are available in the Git repository at:
https://gitlab.com/stsquad/qemu.git tags/pull-testing-gdbstub-oct-100924-1
for you to fetch changes up to 06dd94e84336d2c5a86c99049dc9abb4a1d6b2e5:
tests/tcg/aarch64: Extend MTE gdbstub tests to system mode (2024-09-10 23:34:03 +0100)
----------------------------------------------------------------
testing and gdbstub updates:
- remove docker-armel-cross
- update i686 and mipsel images to bookworm
- use docker-all-test-cross for mips64le tests
- fix duplicated line in docs
- update gitlab-runner ansible script
- support MTE in gdbstub for system mode
----------------------------------------------------------------
Alex Bennée (5):
tests/docker: remove debian-armel-cross
tests/docker: update debian i686 and mipsel images to bookworm
tests/docker: use debian-all-test-cross for mips64el tests
docs/devel: fix duplicate line
scripts/ci: update the gitlab-runner playbook
Gustavo Romero (5):
gdbstub: Use specific MMU index when probing MTE addresses
gdbstub: Add support for MTE in system mode
tests/guest-debug: Support passing arguments to the GDB test script
tests/tcg/aarch64: Improve linker script organization
tests/tcg/aarch64: Extend MTE gdbstub tests to system mode
docs/devel/testing/main.rst | 6 -
configure | 7 +-
target/arm/gdbstub64.c | 23 ++-
.gitlab-ci.d/container-cross.yml | 6 -
.gitlab-ci.d/crossbuilds.yml | 7 -
scripts/ci/setup/gitlab-runner.yml | 39 +++--
tests/docker/dockerfiles/debian-armel-cross.docker | 179 ---------------------
tests/docker/dockerfiles/debian-i686-cross.docker | 10 +-
.../docker/dockerfiles/debian-mipsel-cross.docker | 10 +-
tests/guest-debug/run-test.py | 6 +
tests/guest-debug/test_gdbstub.py | 5 +
tests/lcitool/refresh | 10 +-
tests/tcg/aarch64/Makefile.softmmu-target | 49 +++++-
tests/tcg/aarch64/Makefile.target | 3 +-
tests/tcg/aarch64/gdbstub/test-mte.py | 71 +++++---
tests/tcg/aarch64/system/boot.S | 11 ++
tests/tcg/aarch64/system/kernel.ld | 33 ++--
tests/tcg/aarch64/system/mte.S | 109 +++++++++++++
18 files changed, 310 insertions(+), 274 deletions(-)
delete mode 100644 tests/docker/dockerfiles/debian-armel-cross.docker
create mode 100644 tests/tcg/aarch64/system/mte.S
--
2.39.2
next reply other threads:[~2024-09-11 6:47 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-11 6:46 Alex Bennée [this message]
2024-09-11 6:46 ` [PULL 01/10] tests/docker: remove debian-armel-cross Alex Bennée
2024-09-11 6:46 ` [PULL 02/10] tests/docker: update debian i686 and mipsel images to bookworm Alex Bennée
2024-09-11 6:46 ` [PULL 03/10] tests/docker: use debian-all-test-cross for mips64el tests Alex Bennée
2024-09-11 6:46 ` [PULL 04/10] docs/devel: fix duplicate line Alex Bennée
2024-09-11 6:46 ` [PULL 05/10] scripts/ci: update the gitlab-runner playbook Alex Bennée
2024-09-11 6:46 ` [PULL 06/10] gdbstub: Use specific MMU index when probing MTE addresses Alex Bennée
2024-09-11 6:46 ` [PULL 07/10] gdbstub: Add support for MTE in system mode Alex Bennée
2024-09-11 6:46 ` [PULL 08/10] tests/guest-debug: Support passing arguments to the GDB test script Alex Bennée
2024-09-11 6:46 ` [PULL 09/10] tests/tcg/aarch64: Improve linker script organization Alex Bennée
2024-09-11 6:46 ` [PULL 10/10] tests/tcg/aarch64: Extend MTE gdbstub tests to system mode Alex Bennée
2024-09-11 18:27 ` [PULL 00/10] testing and gdbstub updates Peter Maydell
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=20240911064645.357592-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).