Re: [PATCH v2] linux-user: strace now handles unshare syscall args correctly

2021-05-15 Thread Laurent Vivier
Le 06/04/2021 à 16:42, Matus Kysel a écrit : > Syscall unshare did not have custom print function for strace, but it's > argument is same as flags in clone syscall, so it can be easily implemented. > Also updated missing flags from clone_flags. > > Signed-off-by: Matus Kysel > --- > linux-user/

Re: [PATCH v2] linux-user: strace now handles unshare syscall args correctly

2021-04-06 Thread Laurent Vivier
Le 06/04/2021 à 16:42, Matus Kysel a écrit : > Syscall unshare did not have custom print function for strace, but it's > argument is same as flags in clone syscall, so it can be easily implemented. > Also updated missing flags from clone_flags. > > Signed-off-by: Matus Kysel > --- > linux-user/

[PATCH v2] linux-user: strace now handles unshare syscall args correctly

2021-04-06 Thread Matus Kysel
Syscall unshare did not have custom print function for strace, but it's argument is same as flags in clone syscall, so it can be easily implemented. Also updated missing flags from clone_flags. Signed-off-by: Matus Kysel --- linux-user/strace.c| 18 ++ linux-user/strace.list