Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231107142354.3151266-1-alex.bennee@linaro.org
Maintainers: Yonggang Luo <luoyonggang@gmail.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Laurent Vivier <laurent@vivier.eu>, Paolo Bonzini <pbonzini@redhat.com>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>, Richard Henderson <richard.henderson@linaro.org>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Chris Wulff <crwulff@gmail.com>, Marek Vasut <marex@denx.de>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>
MAINTAINERS | 2 +-
configure | 13 +-
configs/targets/loongarch64-linux-user.mak | 1 +
meson.build | 5 +
include/exec/gdbstub.h | 59 ++++++
include/qemu/qemu-plugin.h | 50 +++++-
contrib/plugins/win32_linker.c | 34 ++++
cpu-target.c | 11 --
gdbstub/gdbstub.c | 78 ++++++++
hw/core/cpu-common.c | 10 ++
target/arm/debug_helper.c | 10 +-
target/arm/helper.c | 37 ++--
.gitlab-ci.d/windows.yml | 1 +
.mailmap | 2 +
contrib/gitdm/domain-map | 4 +
contrib/plugins/Makefile | 26 ++-
gdb-xml/arm-neon.xml | 2 +-
plugins/meson.build | 19 ++
scripts/feature_to_c.py | 46 ++++-
tests/avocado/tcg_plugins.py | 28 +--
tests/plugin/meson.build | 14 +-
tests/tcg/multiarch/Makefile.target | 11 +-
tests/tcg/multiarch/gdbstub/registers.py | 197 +++++++++++++++++++++
tests/tcg/multiarch/system/Makefile.softmmu-target | 13 +-
tests/tcg/nios2/Makefile.target | 11 ++
tests/tcg/ppc64/Makefile.target | 7 +
tests/tcg/s390x/Makefile.target | 4 +
27 files changed, 637 insertions(+), 58 deletions(-)
create mode 100644 contrib/plugins/win32_linker.c
create mode 100644 tests/tcg/multiarch/gdbstub/registers.py
create mode 100644 tests/tcg/nios2/Makefile.target