qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] linux-user: some strace improvements
@ 2016-06-11  0:19 Laurent Vivier
  2016-06-11  0:19 ` [Qemu-devel] [PATCH v2 1/4] linux-user: add socketcall() strace Laurent Vivier
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Laurent Vivier @ 2016-06-11  0:19 UTC (permalink / raw)
  To: Riku Voipio; +Cc: qemu-devel, Laurent Vivier

These patches for linux-user strace are living for years in my tree.

v2:

- remove abi_nothl, use tswap16() instead,
- check TARGET_SOCK_PACKET only with domain AF_INET (like in syscall.c)
- use an array in print_socketcall() to display the information
  according to SOCKOP number,
- Merge PATCH 2/5 into PATCH v2 1/4
- use TARGET_ABI_FMT_lx in set_thread_area/get_thread_area
- add a do_print_clone() to follow do_fork() order.

Laurent Vivier (4):
  linux-user: add socketcall() strace
  linux-user: add socket() strace
  linux-user: fix clone() strace
  linux-user: update get_thread_area/set_thread_area strace

 linux-user/strace.c       | 614 ++++++++++++++++++++++++++++++++++++++++++++--
 linux-user/strace.list    |  10 +-
 linux-user/syscall_defs.h |  22 +-
 3 files changed, 616 insertions(+), 30 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-06-14 12:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-11  0:19 [Qemu-devel] [PATCH v2 0/4] linux-user: some strace improvements Laurent Vivier
2016-06-11  0:19 ` [Qemu-devel] [PATCH v2 1/4] linux-user: add socketcall() strace Laurent Vivier
2016-06-14 12:42   ` Peter Maydell
2016-06-11  0:19 ` [Qemu-devel] [PATCH v2 2/4] linux-user: add socket() strace Laurent Vivier
2016-06-14 12:43   ` Peter Maydell
2016-06-11  0:19 ` [Qemu-devel] [PATCH v2 3/4] linux-user: fix clone() strace Laurent Vivier
2016-06-14 12:44   ` Peter Maydell
2016-06-11  0:19 ` [Qemu-devel] [PATCH v2 4/4] linux-user: update get_thread_area/set_thread_area strace Laurent Vivier
2016-06-14 12:43   ` Peter Maydell

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