qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] linux-user: Trace sendto/recvfrom
@ 2024-08-07 12:37 Philippe Mathieu-Daudé
  2024-08-07 12:37 ` [PATCH v2 1/4] linux-user: Display sockaddr buffer as pointer Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-08-07 12:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier, Zach van Rijn, Philippe Mathieu-Daudé

Since v1:
- Add/use print_buf_len (rth)

Strace format added while debugging
https://gitlab.com/qemu-project/qemu/-/issues/2485

Philippe Mathieu-Daudé (4):
  linux-user: Display sockaddr buffer as pointer
  linux-user: Factor print_buf_len() out
  linux-user: Add strace for sendto()
  linux-user: Add strace for recvfrom()

 linux-user/strace.c    | 51 +++++++++++++++++++++++++++++++++++++-----
 linux-user/strace.list |  4 ++--
 2 files changed, 47 insertions(+), 8 deletions(-)

-- 
2.45.2



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

end of thread, other threads:[~2024-08-07 12:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 12:37 [PATCH v2 0/4] linux-user: Trace sendto/recvfrom Philippe Mathieu-Daudé
2024-08-07 12:37 ` [PATCH v2 1/4] linux-user: Display sockaddr buffer as pointer Philippe Mathieu-Daudé
2024-08-07 12:37 ` [PATCH v2 2/4] linux-user: Factor print_buf_len() out Philippe Mathieu-Daudé
2024-08-07 12:37 ` [PATCH v2 3/4] linux-user: Add strace for sendto() Philippe Mathieu-Daudé
2024-08-07 12:37 ` [PATCH v2 4/4] linux-user: Add strace for recvfrom() Philippe Mathieu-Daudé

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