Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250903134146.1487794-1-d.zhebryakov@yandex.ru
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Riku Voipio <riku.voipio@iki.fi>, Laurent Vivier <laurent@vivier.eu>, Nicholas Piggin <npiggin@gmail.com>, Chinmay Rath <rathc@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Thomas Huth <thuth@redhat.com>
accel/tcg/atomic_common.c.inc | 36 +--
accel/tcg/atomic_template.h | 326 ++++++++++------------------
accel/tcg/cputlb.c | 29 ++-
accel/tcg/tcg-runtime.h | 48 +---
accel/tcg/user-exec.c | 2 +-
include/accel/tcg/cpu-ldst-common.h | 51 ++---
target/m68k/op_helper.c | 4 +-
target/ppc/gdbstub.c | 17 +-
target/ppc/internal.h | 3 +-
target/ppc/mmu-booke.c | 67 +++---
target/ppc/mmu-booke.h | 2 +-
target/ppc/mmu-hash32.c | 30 +--
target/ppc/mmu-hash32.h | 3 +-
target/ppc/mmu-hash64.c | 14 +-
target/ppc/mmu-hash64.h | 2 +-
target/ppc/mmu-radix64.c | 20 +-
target/ppc/mmu-radix64.h | 2 +-
target/ppc/mmu_common.c | 75 ++++---
target/ppc/mmu_helper.c | 15 +-
target/ppc/translate.c | 42 +++-
target/s390x/tcg/mem_helper.c | 6 +-
tcg/tcg-op-ldst.c | 43 ++--
22 files changed, 370 insertions(+), 467 deletions(-)