[PULL 0/3] tcg/linux-user patch queue

Richard Henderson posted 3 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251014172341.243858-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Riku Voipio <riku.voipio@iki.fi>, Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>, Laurent Vivier <laurent@vivier.eu>, Peter Maydell <peter.maydell@linaro.org>
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(-)
[PULL 0/3] tcg/linux-user patch queue
Posted by Richard Henderson 1 month ago
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(-)
Re: [PULL 0/3] tcg/linux-user patch queue
Posted by Richard Henderson 1 month ago
On 10/14/25 10:23, Richard Henderson wrote:
> The following changes since commit f3f2ad119347e8c086b72282febcaac5d731b343:
> 
>    Merge tag 'pull-target-arm-20251010' ofhttps://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

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/10.2 as appropriate.

r~