qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] linux-user: Add more syscalls, enhance tracing & logging enhancements
@ 2022-08-26 14:18 Helge Deller
  2022-08-26 14:18 ` [PATCH 01/13] linux-user: Add missing signals in strace output Helge Deller
                   ` (12 more replies)
  0 siblings, 13 replies; 21+ messages in thread
From: Helge Deller @ 2022-08-26 14:18 UTC (permalink / raw)
  To: Laurent Vivier, qemu-devel; +Cc: Richard Henderson

Here is a bunch of patches for linux-user, all of them for qemu-v7.2.

Most of them add missing syscalls and enhance the tracing/logging.
Some of the patches are target-hppa specific.
I've tested those on productive hppa debian buildd servers (running qemu-user).

Please check.

Thanks!
Helge

Helge Deller (13):
  linux-user: Add missing signals in strace output
  linux-user: Add missing clock_gettime64() syscall strace
  linux-user: Add faccessat2() syscall
  linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd()
    syscalls
  linux-user: Log failing executable in EXCP_DUMP()
  linux-user/hppa: Use EXCP_DUMP() to show enhanced debug info
  linux-user/hppa: Dump IIR on register dump
  linux-user: Fix strace of chmod() if mode == 0
  linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch
  linux-user: Add strace for clock_nanosleep()
  linux-user: Show timespec on strace for futex()
  linux-user: Add close_range() syscall
  linux-user: Add parameters of getrandom() syscall for strace

 linux-user/cpu_loop-common.h |   2 +
 linux-user/hppa/cpu_loop.c   |   6 +-
 linux-user/mmap.c            |   4 +
 linux-user/signal-common.h   |  46 +++++++++++
 linux-user/signal.c          |  37 +--------
 linux-user/strace.c          | 144 +++++++++++++++++++++++++++++------
 linux-user/strace.list       |  24 +++++-
 linux-user/syscall.c         |  58 ++++++++++++++
 target/hppa/helper.c         |   6 +-
 9 files changed, 266 insertions(+), 61 deletions(-)

--
2.37.1



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

end of thread, other threads:[~2022-08-29  5:04 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-26 14:18 [PATCH 00/13] linux-user: Add more syscalls, enhance tracing & logging enhancements Helge Deller
2022-08-26 14:18 ` [PATCH 01/13] linux-user: Add missing signals in strace output Helge Deller
2022-08-26 15:13   ` Richard Henderson
2022-08-26 15:14   ` Richard Henderson
2022-08-26 17:19     ` Helge Deller
2022-08-29  5:01   ` Richard Henderson
2022-08-26 14:18 ` [PATCH 02/13] linux-user: Add missing clock_gettime64() syscall strace Helge Deller
2022-08-26 14:18 ` [PATCH 03/13] linux-user: Add faccessat2() syscall Helge Deller
2022-08-26 15:17   ` Richard Henderson
2022-08-26 16:18     ` Helge Deller
2022-08-26 14:18 ` [PATCH 04/13] linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls Helge Deller
2022-08-26 14:18 ` [PATCH 05/13] linux-user: Log failing executable in EXCP_DUMP() Helge Deller
2022-08-26 14:18 ` [PATCH 06/13] linux-user/hppa: Use EXCP_DUMP() to show enhanced debug info Helge Deller
2022-08-26 14:18 ` [PATCH 07/13] linux-user/hppa: Dump IIR on register dump Helge Deller
2022-08-26 14:18 ` [PATCH 08/13] linux-user: Fix strace of chmod() if mode == 0 Helge Deller
2022-08-26 14:18 ` [PATCH 09/13] linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch Helge Deller
2022-08-26 14:18 ` [PATCH 10/13] linux-user: Add strace for clock_nanosleep() Helge Deller
2022-08-26 14:18 ` [PATCH 11/13] linux-user: Show timespec on strace for futex() Helge Deller
2022-08-29  4:52   ` Richard Henderson
2022-08-26 14:18 ` [PATCH 12/13] linux-user: Add close_range() syscall Helge Deller
2022-08-26 14:18 ` [PATCH 13/13] linux-user: Add parameters of getrandom() syscall for strace Helge Deller

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).