Re: [PATCH v3] linux-user/strace: Improve output of various syscalls

2020-02-18 Thread Laurent Vivier
Le 21/11/2019 à 20:33, Helge Deller a écrit : > Improve strace output of various syscalls which either have none > or only int-type parameters. > > Signed-off-by: Helge Deller > > --- > Changes in v3: > fixed alarm() > added epoll_create(), epoll_create1(), eventfd(), eventfd2() > > Cha

Re: [PATCH v3] linux-user/strace: Improve output of various syscalls

2019-11-22 Thread Philippe Mathieu-Daudé
On 11/21/19 8:33 PM, Helge Deller wrote: Improve strace output of various syscalls which either have none or only int-type parameters. Signed-off-by: Helge Deller --- Changes in v3: fixed alarm() added epoll_create(), epoll_create1(), eventfd(), eventfd2() Changes in v2: fixed

Re: [PATCH v3] linux-user/strace: Improve output of various syscalls

2019-11-21 Thread Aleksandar Markovic
On Thu, Nov 21, 2019 at 8:33 PM Helge Deller wrote: > > Improve strace output of various syscalls which either have none > or only int-type parameters. > > Signed-off-by: Helge Deller > > --- Reviewed-by: Aleksandar Markovic > Changes in v3: > fixed alarm() > added epoll_create(), epo

[PATCH v3] linux-user/strace: Improve output of various syscalls

2019-11-21 Thread Helge Deller
Improve strace output of various syscalls which either have none or only int-type parameters. Signed-off-by: Helge Deller --- Changes in v3: fixed alarm() added epoll_create(), epoll_create1(), eventfd(), eventfd2() Changes in v2: fixed ioctl() diff --git a/linux-user/strace.list