From: Helge Deller <deller@gmx.de>
The following changes since commit 2339d0a1cfac6ecc667e6e062a593865c1541c35:
Merge tag 'hw-misc-20260120' of https://github.com/philmd/qemu into staging (2026-01-21 07:39:57 +1100)
are available in the Git repository at:
https://github.com/hdeller/qemu-hppa.git tags/linux-user-for-v11-pull-request
for you to fetch changes up to 3829bb3f187598501051b582053bed693aced988:
linux-user: Fix MADV_XXX constants on hppa target (2026-01-23 20:40:15 +0100)
----------------------------------------------------------------
linux-user: statx() syscall, termios2 support and futext() syscall fixes
Please pull if no obvious breakages happen in the testsuite.
Thanks!
Helge
----------------------------------------------------------------
Andreas Schwab (1):
linux-user: update statx emulation
Helge Deller (2):
linux-user: strace: Fix 5th argument of futex syscall
linux-user: Fix MADV_XXX constants on hppa target
Icenowy Zheng (1):
linux-user: fixup termios2 related things on PowerPC
Luca Bonissi (6):
linux-user: Add termios2 support
linux-user: Add termios2 support to alpha target
linux-user: Add termios2 support to hppa target
linux-user: Add termios2 support to mips target
linux-user: Add termios2 support to sh4 target
linux-user: Add termios2 support to sparc target
Vivian Wang (1):
linux-user: Add missing termios baud rates
linux-user/alpha/termbits.h | 30 +++++
linux-user/generic/termbits.h | 2 +-
linux-user/hppa/termbits.h | 45 +++++++-
linux-user/ioctls.h | 6 +
linux-user/mips/termbits.h | 35 +++++-
linux-user/ppc/termbits.h | 1 +
linux-user/sh4/termbits.h | 51 ++++++---
linux-user/sparc/termbits.h | 33 +++++-
linux-user/strace.c | 76 ++++++++++++-
linux-user/syscall.c | 199 ++++++++++++++++++++++++++++++----
linux-user/syscall_defs.h | 6 +-
linux-user/syscall_types.h | 3 +
linux-user/user-internals.h | 3 +
13 files changed, 447 insertions(+), 43 deletions(-)
--
2.52.0