qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/8] Linux user for 7.2 patches
@ 2022-10-25  7:35 Laurent Vivier
  2022-10-25  7:35 ` [PULL 1/8] linux-user: Fix more MIPS n32 syscall ABI issues Laurent Vivier
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Laurent Vivier @ 2022-10-25  7:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier

The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:

  Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20 14:36:12 -0400)

are available in the Git repository at:

  https://gitlab.com/laurent_vivier/qemu.git tags/linux-user-for-7.2-pull-request

for you to fetch changes up to bd5ccd61080abf976a6a6cc2d09d31299bea0cee:

  linux-user: Add guest memory layout to exception dump (2022-10-25 09:20:40 +0200)

----------------------------------------------------------------
linux-user pull request 20221025

Add faccess2()
Fix ioclt(), execve(), pidfd_send_signal() and MIPS n32 syscall ABI
Improve EXCP_DUMP()

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

Daniel P. Berrangé (2):
  linux-user: add more compat ioctl definitions
  linux-user: remove conditionals for many fs.h ioctls

Helge Deller (1):
  linux-user: Add guest memory layout to exception dump

Laurent Vivier (3):
  linux-user: fix pidfd_send_signal()
  linux-user: handle /proc/self/exe with execve() syscall
  linux-user: don't use AT_EXECFD in do_openat()

WANG Xuerui (2):
  linux-user: Fix more MIPS n32 syscall ABI issues
  linux-user: Implement faccessat2

 linux-user/cpu_loop-common.h |  15 ++----
 linux-user/i386/cpu_loop.c   |   6 +--
 linux-user/ioctls.h          |  24 ---------
 linux-user/strace.c          |   6 +--
 linux-user/strace.list       |   3 ++
 linux-user/syscall.c         | 100 +++++++++++++++++++++++++++++------
 6 files changed, 96 insertions(+), 58 deletions(-)

-- 
2.37.3



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

end of thread, other threads:[~2022-10-26 14:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-25  7:35 [PULL 0/8] Linux user for 7.2 patches Laurent Vivier
2022-10-25  7:35 ` [PULL 1/8] linux-user: Fix more MIPS n32 syscall ABI issues Laurent Vivier
2022-10-25  7:36 ` [PULL 2/8] linux-user: fix pidfd_send_signal() Laurent Vivier
2022-10-25  7:36 ` [PULL 3/8] linux-user: handle /proc/self/exe with execve() syscall Laurent Vivier
2022-10-25  7:36 ` [PULL 4/8] linux-user: don't use AT_EXECFD in do_openat() Laurent Vivier
2022-10-25  7:36 ` [PULL 5/8] linux-user: add more compat ioctl definitions Laurent Vivier
2022-10-25  7:36 ` [PULL 6/8] linux-user: remove conditionals for many fs.h ioctls Laurent Vivier
2022-10-25  7:36 ` [PULL 7/8] linux-user: Implement faccessat2 Laurent Vivier
2022-10-25  7:36 ` [PULL 8/8] linux-user: Add guest memory layout to exception dump Laurent Vivier
2022-10-26 14:01 ` [PULL 0/8] Linux user for 7.2 patches Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).