All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL v2 00/11] Linux user for v11 patches
@ 2026-01-24  8:52 deller
  2026-01-24  8:52 ` [PULL v2 01/11] linux-user: update statx emulation deller
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: deller @ 2026-01-24  8:52 UTC (permalink / raw)
  To: Richard Henderson, qemu-devel
  Cc: Philippe Mathieu-Daudé, Laurent Vivier, deller, Jiaxun Yang

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 5db961f92b38b2a0f9db50b47ef3a718962b374f:

  linux-user: Fix MADV_XXX constants on hppa target (2026-01-24 09:47:00 +0100)

----------------------------------------------------------------
linux-user: statx() syscall, termios2 support and futext() syscall fixes

v2:
Fix build error in which CentOS9 is lacking the definition of MADV_COLLAPSE

----------------------------------------------------------------

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          | 201 ++++++++++++++++++++++++++++++----
 linux-user/syscall_defs.h     |   6 +-
 linux-user/syscall_types.h    |   3 +
 linux-user/user-internals.h   |   3 +
 13 files changed, 449 insertions(+), 43 deletions(-)

-- 
2.52.0



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2026-01-24 12:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-24  8:52 [PULL v2 00/11] Linux user for v11 patches deller
2026-01-24  8:52 ` [PULL v2 01/11] linux-user: update statx emulation deller
2026-01-24  8:52 ` [PULL v2 02/11] linux-user: Add termios2 support deller
2026-01-24  8:52 ` [PULL v2 03/11] linux-user: Add termios2 support to alpha target deller
2026-01-24  8:52 ` [PULL v2 04/11] linux-user: Add termios2 support to hppa target deller
2026-01-24  8:53 ` [PULL v2 05/11] linux-user: Add termios2 support to mips target deller
2026-01-24  8:53 ` [PULL v2 06/11] linux-user: Add termios2 support to sh4 target deller
2026-01-24  8:53 ` [PULL v2 07/11] linux-user: Add termios2 support to sparc target deller
2026-01-24  8:53 ` [PULL v2 08/11] linux-user: Add missing termios baud rates deller
2026-01-24  8:53 ` [PULL v2 09/11] linux-user: fixup termios2 related things on PowerPC deller
2026-01-24  8:53 ` [PULL v2 10/11] linux-user: strace: Fix 5th argument of futex syscall deller
2026-01-24  8:53 ` [PULL v2 11/11] linux-user: Fix MADV_XXX constants on hppa target deller
2026-01-24 12:45 ` [PULL v2 00/11] Linux user for v11 patches Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.