Re: [PATCH v3 5/5] linux-user: Add strace for recvfrom()

2024-10-01 Thread Ilya Leoshkevich
On Wed, 2024-08-07 at 14:43 +0200, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé > --- >  linux-user/strace.c    | 19 +++ >  linux-user/strace.list |  2 +- >  2 files changed, 20 insertions(+), 1 deletion(-) > > diff --git a/linux-user/strace.c b/linux-user

[PATCH v3 5/5] linux-user: Add strace for recvfrom()

2024-08-07 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- linux-user/strace.c| 19 +++ linux-user/strace.list | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/linux-user/strace.c b/linux-user/strace.c index 98ef26b917..d76907fdc9 100644 --- a/linux-user/strace.c +++ b/l