[PATCH 0/2] linux-user: Improve strace output

Helge Deller posted 2 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220727204159.106936-1-deller@gmx.de
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/signal-common.h | 46 +++++++++++++++++++++
linux-user/signal.c        | 37 ++---------------
linux-user/strace.c        | 84 +++++++++++++++++++++++++++++---------
linux-user/strace.list     |  4 ++
4 files changed, 117 insertions(+), 54 deletions(-)
[PATCH 0/2] linux-user: Improve strace output
Posted by Helge Deller 1 year, 9 months ago
Two patches which improve the linux-user strace output:
a) Add some missing signal names
b) Add missing clock_gettime64() syscall

Helge Deller (2):
  linux-user: Add missing signals in strace output
  linux-user: Add missing clock_gettime64() syscall strace

 linux-user/signal-common.h | 46 +++++++++++++++++++++
 linux-user/signal.c        | 37 ++---------------
 linux-user/strace.c        | 84 +++++++++++++++++++++++++++++---------
 linux-user/strace.list     |  4 ++
 4 files changed, 117 insertions(+), 54 deletions(-)

--
2.35.3