From: Giuseppe Musacchio Date: Mon, 3 May 2021 17:41:58 +0000 (+0200) Subject: linux-user: Add copy_file_range to strace.list X-Git-Tag: v6.1.0-rc0~116^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db3221454d6b242c248cc4c33c60b9016e153516;p=thirdparty%2Fqemu.git linux-user: Add copy_file_range to strace.list Signed-off-by: Giuseppe Musacchio Reviewed-by: Laurent Vivier Message-Id: <20210503174159.54302-2-thatlemon@gmail.com> Signed-off-by: Laurent Vivier --- diff --git a/linux-user/strace.list b/linux-user/strace.list index 18f72172754..278596acd13 100644 --- a/linux-user/strace.list +++ b/linux-user/strace.list @@ -1668,3 +1668,6 @@ #ifdef TARGET_NR_statx { TARGET_NR_statx, "statx", NULL, print_statx, NULL }, #endif +#ifdef TARGET_NR_copy_file_range +{ TARGET_NR_copy_file_range, "copy_file_range", "%s(%d,%p,%d,%p,"TARGET_ABI_FMT_lu",%u)", NULL, NULL }, +#endif