Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240129230121.8091-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Laurent Vivier <laurent@vivier.eu>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Michael Rolnik <mrolnik@gmail.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Brian Cain <bcain@quicinc.com>, Song Gao <gaosong@loongson.cn>, Aurelien Jarno <aurelien@aurel32.net>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Chris Wulff <crwulff@gmail.com>, Marek Vasut <marex@denx.de>, Stafford Horne <shorne@gmail.com>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Bin Meng <bin.meng@windriver.com>, Weiwei Li <liwei1518@gmail.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>, Yoshinori Sato <ysato@users.sourceforge.jp>, Thomas Huth <thuth@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>, Bastian Koppelmann <kbastian@mail.uni-paderborn.de>, Max Filippov <jcmvbkbc@gmail.com>, "Alex Bennée" <alex.bennee@linaro.org>
accel/tcg/tb-jmp-cache.h | 8 +-
accel/tcg/tcg-accel-ops.h | 4 +-
include/exec/cpu-all.h | 49 -----
include/exec/cpu-common.h | 69 +++++--
include/exec/cpu_ldst.h | 4 +-
include/exec/exec-all.h | 6 -
include/exec/translation-block.h | 6 +
include/exec/translator.h | 8 +-
include/exec/vaddr.h | 18 ++
include/hw/core/cpu.h | 7 +-
include/hw/core/tcg-cpu-ops.h | 19 +-
include/qemu/typedefs.h | 1 +
{accel => include}/tcg/debuginfo.h | 4 +-
{accel => include}/tcg/perf.h | 4 +-
target/i386/tcg/helper-tcg.h | 2 +
target/mips/tcg/translate.h | 3 +-
accel/tcg/cpu-exec.c | 223 +++++++++------------
accel/tcg/tcg-accel-ops-mttcg.c | 4 +-
accel/tcg/tcg-accel-ops-rr.c | 4 +-
accel/tcg/tcg-accel-ops.c | 4 +-
accel/tcg/translate-all.c | 2 +-
bsd-user/signal.c | 4 +-
cpu-target.c | 78 +++++--
hw/core/loader.c | 2 +-
linux-user/elfload.c | 2 +-
linux-user/exit.c | 2 +-
linux-user/main.c | 2 +-
linux-user/signal.c | 4 +-
system/physmem.c | 5 -
system/vl.c | 2 +-
target/alpha/cpu.c | 2 +-
target/alpha/translate.c | 2 +-
target/arm/cpu.c | 2 +-
target/arm/tcg/cpu32.c | 2 +-
target/arm/tcg/translate.c | 2 +-
target/avr/cpu.c | 2 +-
target/avr/translate.c | 2 +-
target/cris/cpu.c | 4 +-
target/cris/translate.c | 2 +-
target/hexagon/cpu.c | 2 +-
target/hexagon/translate.c | 5 +-
target/hppa/cpu.c | 2 +-
target/hppa/translate.c | 2 +-
target/i386/tcg/sysemu/seg_helper.c | 23 +++
target/i386/tcg/tcg-cpu.c | 4 +-
target/i386/tcg/translate.c | 2 +-
target/loongarch/cpu.c | 2 +-
target/loongarch/tcg/translate.c | 2 +-
target/m68k/cpu.c | 2 +-
target/m68k/translate.c | 4 +-
target/microblaze/cpu.c | 2 +-
target/microblaze/translate.c | 2 +-
target/mips/cpu.c | 2 +-
target/mips/tcg/translate.c | 14 +-
target/nios2/cpu.c | 2 +-
target/nios2/translate.c | 2 +-
target/openrisc/cpu.c | 2 +-
target/openrisc/translate.c | 2 +-
target/ppc/cpu_init.c | 2 +-
target/ppc/translate.c | 2 +-
target/riscv/tcg/tcg-cpu.c | 2 +-
target/riscv/translate.c | 2 +-
target/rx/cpu.c | 2 +-
target/rx/translate.c | 2 +-
target/s390x/cpu.c | 2 +-
target/s390x/tcg/translate.c | 2 +-
target/sh4/cpu.c | 2 +-
target/sh4/translate.c | 2 +-
target/sparc/cpu.c | 2 +-
target/sparc/translate.c | 2 +-
target/target-common.c | 10 +
target/tricore/cpu.c | 2 +-
target/tricore/translate.c | 2 +-
target/xtensa/cpu.c | 2 +-
target/xtensa/translate.c | 2 +-
{accel/tcg => tcg}/debuginfo.c | 3 +-
{accel/tcg => tcg}/perf.c | 14 +-
tcg/tcg.c | 2 +-
tests/tcg/multiarch/prot-none.c | 40 ++++
accel/tcg/meson.build | 16 +-
target/meson.build | 2 +
tcg/meson.build | 5 +
tests/guest-debug/run-test.py | 7 +-
tests/guest-debug/test_gdbstub.py | 60 ++++++
tests/tcg/aarch64/gdbstub/test-sve-ioctl.py | 34 +---
tests/tcg/aarch64/gdbstub/test-sve.py | 33 +--
tests/tcg/multiarch/Makefile.target | 9 +-
tests/tcg/multiarch/gdbstub/interrupt.py | 47 +----
tests/tcg/multiarch/gdbstub/memory.py | 39 +---
tests/tcg/multiarch/gdbstub/prot-none.py | 36 ++++
tests/tcg/multiarch/gdbstub/registers.py | 41 +---
tests/tcg/multiarch/gdbstub/sha1.py | 38 +---
tests/tcg/multiarch/gdbstub/test-proc-mappings.py | 39 +---
.../tcg/multiarch/gdbstub/test-qxfer-auxv-read.py | 37 +---
.../multiarch/gdbstub/test-thread-breakpoint.py | 37 +---
tests/tcg/s390x/gdbstub/test-signals-s390x.py | 42 +---
tests/tcg/s390x/gdbstub/test-svc.py | 39 +---
97 files changed, 580 insertions(+), 730 deletions(-)
create mode 100644 include/exec/vaddr.h
rename {accel => include}/tcg/debuginfo.h (96%)
rename {accel => include}/tcg/perf.h (95%)
create mode 100644 target/target-common.c
rename {accel/tcg => tcg}/debuginfo.c (98%)
rename {accel/tcg => tcg}/perf.c (97%)
create mode 100644 tests/tcg/multiarch/prot-none.c
create mode 100644 tests/guest-debug/test_gdbstub.py
create mode 100644 tests/tcg/multiarch/gdbstub/prot-none.py