qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] linux-user: Trace sendto/recvfrom
@ 2024-08-07 12:43 Philippe Mathieu-Daudé
  2024-08-07 12:43 ` [PATCH v3 1/5] linux-user: Correct print_sockaddr() format Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-08-07 12:43 UTC (permalink / raw)
  To: qemu-devel
  Cc: Zach van Rijn, Richard Henderson, Laurent Vivier,
	Philippe Mathieu-Daudé

Since v2:
- Do not squash 2 first patches...

Since v1:
- Add/use print_buf_len (rth)

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

Philippe Mathieu-Daudé (5):
  linux-user: Correct print_sockaddr() format
  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] 13+ messages in thread

end of thread, other threads:[~2024-10-05 18:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 12:43 [PATCH v3 0/5] linux-user: Trace sendto/recvfrom Philippe Mathieu-Daudé
2024-08-07 12:43 ` [PATCH v3 1/5] linux-user: Correct print_sockaddr() format Philippe Mathieu-Daudé
2024-10-02  7:54   ` Ilya Leoshkevich
2024-10-05 18:05     ` Richard Henderson
2024-08-07 12:43 ` [PATCH v3 2/5] linux-user: Display sockaddr buffer as pointer Philippe Mathieu-Daudé
2024-10-02  7:43   ` Ilya Leoshkevich
2024-08-07 12:43 ` [PATCH v3 3/5] linux-user: Factor print_buf_len() out Philippe Mathieu-Daudé
2024-10-02  7:41   ` Ilya Leoshkevich
2024-08-07 12:43 ` [PATCH v3 4/5] linux-user: Add strace for sendto() Philippe Mathieu-Daudé
2024-10-02  7:40   ` Ilya Leoshkevich
2024-08-07 12:43 ` [PATCH v3 5/5] linux-user: Add strace for recvfrom() Philippe Mathieu-Daudé
2024-10-02  6:55   ` Ilya Leoshkevich
2024-10-05 18:31     ` Richard Henderson

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