Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260703163757.55500-1-philmd@oss.qualcomm.com
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@mailo.com>, Roman Bolshakov <rbolshakov@ddn.com>, Phil Dennis-Jordan <phil@philjordan.eu>, Magnus Kulke <magnuskulke@linux.microsoft.com>, Wei Liu <wei.liu@kernel.org>, "Doru Blânzeanu" <dblanzeanu@linux.microsoft.com>, Pedro Barbuda <pbarbuda@microsoft.com>, Mohamed Mediouni <mohamed@unpredictable.fr>, "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Zhao Liu <zhao1.liu@intel.com>, Laurent Vivier <laurent@vivier.eu>, Helge Deller <deller@gmx.de>, Alexander Graf <agraf@csgraf.de>, Peter Maydell <peter.maydell@linaro.org>, Marcelo Tosatti <mtosatti@redhat.com>, Song Gao <gaosong@loongson.cn>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Nicholas Piggin <npiggin@gmail.com>, Chinmay Rath <rathc@linux.ibm.com>, Glenn Miles <milesg@linux.ibm.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <daniel.barboza@oss.qualcomm.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>, Chao Liu <chao.liu.zevorn@gmail.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>, Cornelia Huck <cohuck@redhat.com>, Max Filippov <jcmvbkbc@gmail.com>, Stefan Hajnoczi <stefanha@redhat.com>
docs/system/gdb.rst | 2 +-
accel/kvm/kvm-cpus.h | 12 ++++---
accel/tcg/system-page-protection.h | 17 +++++++++
gdbstub/internals.h | 12 ++++---
include/accel/accel-cpu-ops.h | 10 +++---
include/accel/accel-ops.h | 5 ++-
include/accel/tcg/cpu-ops.h | 12 ++++---
include/exec/breakpoint.h | 26 ++++++++------
include/exec/cputlb.h | 8 ++---
include/exec/watchpoint.h | 20 +++++++++--
include/gdbstub/enums.h | 12 ++++---
include/hw/core/cpu.h | 57 +++++++++++-------------------
include/qemu/accel.h | 13 ++++---
include/system/hvf_int.h | 14 ++++----
include/system/kvm.h | 9 +++--
include/system/mshv_int.h | 1 -
include/system/whpx-all.h | 3 --
target/arm/internals.h | 6 ++--
accel/accel-common.c | 15 +++-----
accel/hvf/hvf-accel-ops.c | 23 ++++++------
accel/hvf/hvf-all.c | 8 ++---
accel/kvm/kvm-accel-ops.c | 7 ++--
accel/kvm/kvm-all.c | 52 ++++++++-------------------
accel/mshv/mshv-all.c | 18 +++++-----
accel/tcg/cpu-exec-common.c | 2 +-
accel/tcg/cpu-exec.c | 12 +++----
accel/tcg/cputlb.c | 15 ++++----
accel/tcg/tb-maint.c | 1 +
accel/tcg/tcg-accel-ops-rr.c | 2 +-
accel/tcg/tcg-accel-ops.c | 31 ++++++++--------
accel/tcg/tcg-all.c | 28 +++++++--------
accel/tcg/translate-all.c | 3 +-
accel/tcg/user-exec-stub.c | 11 +++---
accel/tcg/watchpoint.c | 9 ++---
accel/whpx/whpx-accel-ops.c | 6 ----
cpu-common.c | 23 +++++++++---
cpu-target.c | 10 +++---
gdbstub/gdbstub.c | 18 +++++-----
gdbstub/system.c | 38 ++++++++------------
gdbstub/user.c | 20 +++--------
linux-user/riscv/cpu_loop.c | 2 +-
linux-user/s390x/cpu_loop.c | 2 +-
stubs/replay-mode.c | 2 +-
system/cpus.c | 2 +-
system/watchpoint.c | 8 ++---
target/arm/hvf/hvf.c | 27 +++++++-------
target/arm/hyp_gdbstub.c | 9 ++---
target/arm/kvm.c | 14 ++++----
target/arm/tcg/debug.c | 44 ++++++++++-------------
target/arm/tcg/mte_helper.c | 3 +-
target/arm/whpx/whpx-all.c | 5 ---
target/i386/hvf/hvf.c | 13 +++----
target/i386/kvm/kvm.c | 15 ++++----
target/i386/machine.c | 1 -
target/i386/mshv/mshv-cpu.c | 6 ++--
target/i386/whpx/whpx-all.c | 13 +++----
target/loongarch/kvm/kvm.c | 10 +++---
target/microblaze/translate.c | 2 +-
target/ppc/cpu.c | 4 ++-
target/ppc/kvm.c | 20 ++++++-----
target/ppc/translate.c | 16 ++++-----
target/riscv/cpu_helper.c | 2 +-
target/riscv/debug.c | 12 +++----
target/riscv/kvm/kvm-cpu.c | 8 +++--
target/s390x/kvm/kvm.c | 11 +++---
target/s390x/tcg/debug.c | 3 +-
target/xtensa/dbg_helper.c | 2 +-
target/xtensa/helper.c | 1 +
trace-events | 2 +-
69 files changed, 417 insertions(+), 433 deletions(-)
create mode 100644 accel/tcg/system-page-protection.h