The following changes since commit 3728de31925ae9658e2ce3d1ff9b63c83609f310:

  Merge tag 'single-binary-20251030' of https://github.com/philmd/qemu into 
staging (2025-10-31 10:26:34 +0100)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-misc-20251031

for you to fetch changes up to 0db2de22fcbf90adafab9d9dd1fc8203c66bfa75:

  linux-user: permit sendto() with NULL buf and 0 len (2025-10-31 12:50:15 
+0100)

----------------------------------------------------------------
linux-user: permit sendto() with NULL buf and 0 len
tests/functional: Mark the MIPS replay tests as flaky
tests/functional: Mark the MIPS Debian Wheezy tests as flaky
accel/tcg: Introduce and use MO_ALIGN_TLB_ONLY
tcg: Simplify extract2 usage in tcg_gen_shifti_i64

----------------------------------------------------------------
Peter Maydell (1):
      linux-user: permit sendto() with NULL buf and 0 len

Philippe Mathieu-Daudé (2):
      tests/functional: Mark the MIPS replay tests as flaky
      tests/functional: Mark the MIPS Debian Wheezy tests as flaky

Richard Henderson (2):
      accel/tcg: Introduce and use MO_ALIGN_TLB_ONLY
      tcg: Simplify extract2 usage in tcg_gen_shifti_i64

 include/exec/memop.h                     | 43 +++++++++++++++-----------------
 target/arm/tcg/translate.h               |  4 +--
 accel/tcg/cputlb.c                       | 13 +---------
 linux-user/syscall.c                     | 25 +++++++++++--------
 target/arm/ptw.c                         |  2 +-
 target/arm/tcg/translate-a64.c           | 10 +++-----
 target/arm/tcg/translate-neon.c          |  2 +-
 tcg/tcg-op.c                             | 22 +++-------------
 tcg/tcg.c                                | 10 +++++---
 tests/functional/mips/test_malta.py      |  2 ++
 tests/functional/mips/test_replay.py     |  2 ++
 tests/functional/mips64/test_malta.py    |  2 ++
 tests/functional/mips64el/test_malta.py  |  1 +
 tests/functional/mips64el/test_replay.py |  2 ++
 tests/functional/mipsel/test_malta.py    |  2 ++
 15 files changed, 64 insertions(+), 78 deletions(-)

Reply via email to