Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260107130807.69870-1-philmd@linaro.org
Maintainers: Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Farhan Ali <alifm@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>
include/hw/s390x/css.h | 2 +
target/s390x/cpu.h | 6 --
target/s390x/kvm/pv.h | 51 +---------
target/s390x/s390x-internal.h | 16 ++--
target/s390x/tcg/tcg_s390x.h | 5 +
target/s390x/cpu.c | 30 +++---
target/s390x/gdbstub.c | 2 +-
target/s390x/helper.c | 49 +---------
target/s390x/ioinst.c | 5 +-
target/s390x/kvm/kvm.c | 2 +
target/s390x/kvm/pv.c | 18 ++++
target/s390x/kvm/stubs.c | 170 ++++++++++++++++++++++++++++++++-
target/s390x/mmu_helper.c | 33 +++----
target/s390x/tcg/debug.c | 85 +++++++++++++++++
target/s390x/tcg/excp_helper.c | 35 +------
target/s390x/tcg/translate.c | 5 +-
target/s390x/meson.build | 5 +-
target/s390x/tcg/meson.build | 3 +
18 files changed, 340 insertions(+), 182 deletions(-)
create mode 100644 target/s390x/tcg/debug.c