[PULL 0/5] tcg/linux-user/test patch queue

Richard Henderson posted 5 patches 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251031115334.368165-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Laurent Vivier <laurent@vivier.eu>, Peter Maydell <peter.maydell@linaro.org>, Aurelien Jarno <aurelien@aurel32.net>, "Alex Bennée" <alex.bennee@linaro.org>
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(-)
[PULL 0/5] tcg/linux-user/test patch queue
Posted by Richard Henderson 2 weeks ago
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(-)

Re: [PULL 0/5] tcg/linux-user/test patch queue
Posted by Richard Henderson 1 week, 6 days ago
On 10/31/25 12:53, Richard Henderson wrote:
> The following changes since commit 3728de31925ae9658e2ce3d1ff9b63c83609f310:
> 
>    Merge tag 'single-binary-20251030' ofhttps://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

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

r~