aboutsummaryrefslogtreecommitdiff
path: root/linux-user
diff options
context:
space:
mode:
authorGiuseppe Musacchio <thatlemon@gmail.com>2021-05-03 19:41:58 +0200
committerLaurent Vivier <laurent@vivier.eu>2021-05-18 07:09:58 +0200
commitdb3221454d6b242c248cc4c33c60b9016e153516 (patch)
tree5a4120ea58d75a21e09f34df3ab27414bcde3264 /linux-user
parent0b16f04c1fa3f4f2abc538154c77b06c2aba52df (diff)
downloadqemu-db3221454d6b242c248cc4c33c60b9016e153516.zip
qemu-db3221454d6b242c248cc4c33c60b9016e153516.tar.gz
qemu-db3221454d6b242c248cc4c33c60b9016e153516.tar.bz2
linux-user: Add copy_file_range to strace.list
Signed-off-by: Giuseppe Musacchio <thatlemon@gmail.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20210503174159.54302-2-thatlemon@gmail.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user')
-rw-r--r--linux-user/strace.list3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/strace.list b/linux-user/strace.list
index 18f7217..278596a 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