Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260106231908.16756-1-philmd@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Riku Voipio <riku.voipio@iki.fi>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, Peter Maydell <peter.maydell@linaro.org>, Nicholas Piggin <npiggin@gmail.com>, Chinmay Rath <rathc@linux.ibm.com>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <dbarboza@ventanamicro.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>, Thomas Huth <thuth@redhat.com>, Max Filippov <jcmvbkbc@gmail.com>
MAINTAINERS | 1 -
include/accel/tcg/cpu-ops.h | 45 +-----------
include/accel/tcg/watchpoint.h | 57 ++++++++++++++++
include/exec/breakpoint.h | 10 ---
include/exec/watchpoint.h | 41 -----------
include/hw/core/cpu.h | 3 +-
target/arm/internals.h | 2 +-
target/ppc/internal.h | 2 +-
target/riscv/debug.h | 2 +-
target/s390x/s390x-internal.h | 1 -
target/s390x/tcg/tcg_s390x.h | 4 ++
accel/tcg/cputlb.c | 1 +
accel/tcg/tcg-accel-ops.c | 2 +-
accel/tcg/user-exec-stub.c | 32 +++++++++
accel/tcg/watchpoint.c | 83 +++++++++++++++++++++-
system/watchpoint.c | 102 ----------------------------
target/arm/debug_helper.c | 2 +-
target/arm/tcg/mte_helper.c | 2 +-
target/arm/tcg/sve_helper.c | 2 +-
target/i386/cpu.c | 6 +-
target/i386/machine.c | 2 +-
target/i386/tcg/system/bpt_helper.c | 2 +-
target/ppc/cpu.c | 83 +---------------------
target/ppc/cpu_init.c | 2 +-
target/ppc/watchpoint.c | 93 +++++++++++++++++++++++++
target/riscv/cpu_helper.c | 2 +-
target/riscv/debug.c | 2 +-
target/s390x/cpu.c | 30 ++++----
target/s390x/helper.c | 40 +----------
target/s390x/tcg/debug.c | 53 +++++++++++++++
target/s390x/tcg/excp_helper.c | 2 +-
target/s390x/tcg/mem_helper.c | 1 +
target/xtensa/dbg_helper.c | 2 +-
system/meson.build | 1 -
target/ppc/meson.build | 1 +
target/s390x/tcg/meson.build | 3 +
36 files changed, 366 insertions(+), 353 deletions(-)
create mode 100644 include/accel/tcg/watchpoint.h
delete mode 100644 include/exec/watchpoint.h
delete mode 100644 system/watchpoint.c
create mode 100644 target/ppc/watchpoint.c
create mode 100644 target/s390x/tcg/debug.c