]> Git Repo - qemu.git/commit
linux-user: strace now handles unshare syscall args correctly
authorMatus Kysel <[email protected]>
Tue, 6 Apr 2021 14:42:03 +0000 (14:42 +0000)
committerLaurent Vivier <[email protected]>
Sat, 15 May 2021 19:35:09 +0000 (21:35 +0200)
commit5847d3098d92851015e0f0c868e1305103feae02
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 <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Message-Id: <20210406144203.1020598[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
linux-user/strace.c
linux-user/strace.list
This page took 0.02129 seconds and 4 git commands to generate.