Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251017153027.969016-1-peter.maydell@linaro.org
Maintainers: Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>, Laurent Vivier <laurent@vivier.eu>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Peter Maydell <peter.maydell@linaro.org>
configs/targets/aarch64-bsd-user.mak | 2 +-
configs/targets/aarch64-linux-user.mak | 2 +-
configs/targets/aarch64-softmmu.mak | 2 +-
configs/targets/aarch64_be-linux-user.mak | 2 +-
target/arm/cpu.h | 1 +
target/arm/internals.h | 5 +
target/arm/gdbstub.c | 12 +++
target/arm/gdbstub64.c | 115 ++++++++++++++++++++++
gdb-xml/aarch64-sme2.xml | 14 +++
tests/tcg/aarch64/Makefile.target | 9 +-
tests/tcg/aarch64/gdbstub/test-sme2.py | 36 +++++++
11 files changed, 195 insertions(+), 5 deletions(-)
create mode 100644 gdb-xml/aarch64-sme2.xml
create mode 100644 tests/tcg/aarch64/gdbstub/test-sme2.py