[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/5] linux-user: Trace sendto/recvfrom
|
From: |
Philippe Mathieu-Daudé |
|
Subject: |
[PATCH v3 0/5] linux-user: Trace sendto/recvfrom |
|
Date: |
Wed, 7 Aug 2024 14:43:01 +0200 |
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
- [PATCH v3 0/5] linux-user: Trace sendto/recvfrom,
Philippe Mathieu-Daudé <=
- [PATCH v3 1/5] linux-user: Correct print_sockaddr() format, Philippe Mathieu-Daudé, 2024/08/07
- [PATCH v3 2/5] linux-user: Display sockaddr buffer as pointer, Philippe Mathieu-Daudé, 2024/08/07
- [PATCH v3 3/5] linux-user: Factor print_buf_len() out, Philippe Mathieu-Daudé, 2024/08/07
- [PATCH v3 4/5] linux-user: Add strace for sendto(), Philippe Mathieu-Daudé, 2024/08/07
- [PATCH v3 5/5] linux-user: Add strace for recvfrom(), Philippe Mathieu-Daudé, 2024/08/07