linux-user: strace now handles unshare syscall args correctly
commit5847d3098d92851015e0f0c868e1305103feae02
authorMatus Kysel <mkysel@tachyum.com>
Tue, 6 Apr 2021 14:42:03 +0000 (6 14:42 +0000)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 15 May 2021 19:35:09 +0000 (15 21:35 +0200)
treec9d5891c6684b46b7da8f9ca1e5926eeda6fb3b9
parent48c8c5e8862431235ec5ab553977ee5fe6ffbba7
linux-user: strace now handles unshare syscall args correctly

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 <mkysel@tachyum.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210406144203.1020598-1-mkysel@tachyum.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/strace.c
linux-user/strace.list