qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/7] linux-user fixes for hppa target - part 2


From: Helge Deller
Subject: [PATCH 0/7] linux-user fixes for hppa target - part 2
Date: Sat, 24 Sep 2022 13:44:54 +0200

Some additional patches for linux-user, which mostly target
the hppa platform.
This series is on top of my previous posted patch series.

Please review.

Helge

Helge Deller (7):
  linux-user: Fix TARGET_PROT_SEM for XTENSA
  linux-user: Add proper strace format strings for
    getdents()/getdents64()
  linux-user/hppa: Add signal trampoline for hppa target
  linux-user/hppa: Drop stack guard page on hppa target
  linux-user/hppa: Increase guest stack size to 80MB for hppa target
  linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()
  linux-user/hppa: Fix setup_sigcontext()

 linux-user/elfload.c             | 13 +++++---
 linux-user/hppa/signal.c         | 57 +++++++++++++++++++-------------
 linux-user/hppa/target_signal.h  | 14 +-------
 linux-user/hppa/target_syscall.h |  2 ++
 linux-user/main.c                |  9 +++--
 linux-user/mmap.c                |  2 ++
 linux-user/strace.list           |  4 +--
 linux-user/syscall.c             |  4 +++
 linux-user/syscall_defs.h        |  2 +-
 9 files changed, 62 insertions(+), 45 deletions(-)

--
2.37.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]