The following changes since commit f3f2ad119347e8c086b72282febcaac5d731b343:
Merge tag 'pull-target-arm-20251010' of https://gitlab.com/pm215/qemu into staging (2025-10-10 08:26:09 -0700) are available in the Git repository at: https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20251014 for you to fetch changes up to ec03dd9723781c7e9d4b4f70c7f54d12da9459d5: accel/tcg: Hoist first page lookup above pointer_wrap (2025-10-14 07:33:21 -0700) ---------------------------------------------------------------- linux-user: Support MADV_DONTDUMP, MADV_DODUMP accel/tcg: Hoist first page lookup above pointer_wrap ---------------------------------------------------------------- Jon Wilson (1): linux-user: Support MADV_DONTDUMP, MADV_DODUMP Richard Henderson (2): accel/tcg: Add clear_flags argument to page_set_flags accel/tcg: Hoist first page lookup above pointer_wrap bsd-user/bsd-mem.h | 7 +-- include/exec/page-protection.h | 21 ++++---- include/user/page-protection.h | 9 +++- target/arm/cpu.h | 1 - accel/tcg/cputlb.c | 23 +++++---- accel/tcg/user-exec.c | 114 +++++++++++------------------------------ bsd-user/mmap.c | 6 +-- linux-user/arm/elfload.c | 2 +- linux-user/elfload.c | 4 +- linux-user/hppa/elfload.c | 2 +- linux-user/mmap.c | 38 +++++++++----- linux-user/x86_64/elfload.c | 2 +- 12 files changed, 98 insertions(+), 131 deletions(-)
