summaryrefslogtreecommitdiffstats
path: root/linux-user/xtensa/syscall.tbl
diff options
context:
space:
mode:
authorPeter Maydell2020-10-28 16:08:35 +0100
committerPeter Maydell2020-10-28 16:08:36 +0100
commit5c27a8551857e3e7ecac6f4b99ffb0dea73b2be6 (patch)
tree887501eef5ccc7d30fc813978ecb1a0f8aa3dd73 /linux-user/xtensa/syscall.tbl
parentRevert series: virtiofsd: Announce submounts to the guest (diff)
parenttarget/xtensa: enable all coprocessors for linux-user (diff)
downloadqemu-5c27a8551857e3e7ecac6f4b99ffb0dea73b2be6.tar.gz
qemu-5c27a8551857e3e7ecac6f4b99ffb0dea73b2be6.tar.xz
qemu-5c27a8551857e3e7ecac6f4b99ffb0dea73b2be6.zip
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-request' into staging
Update syscall numbers to 5.9-rc7 Fixes for prctl(), accept4() and xtensa # gpg: Signature made Mon 26 Oct 2020 22:02:56 GMT # gpg: using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C # gpg: issuer "laurent@vivier.eu" # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full] # gpg: aka "Laurent Vivier <laurent@vivier.eu>" [full] # gpg: aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full] # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F 5173 F30C 38BD 3F2F BE3C * remotes/vivier2/tags/linux-user-for-5.2-pull-request: target/xtensa: enable all coprocessors for linux-user linux-user: correct errno returned from accept4() syscall linux-user: remove _sysctl linux-user: update syscall.tbl to Linux 5.9-rc7 linux-user: update mips/syscall-args-o32.c.inc to Linux 5.9-rc7 linux-user: update syscall_nr.h to Linux 5.9-rc7 linux-user: Support f_flags in statfs64 when available. Fix stack smashing when handling PR_GET_PDEATHSIG Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'linux-user/xtensa/syscall.tbl')
-rw-r--r--linux-user/xtensa/syscall.tbl4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux-user/xtensa/syscall.tbl b/linux-user/xtensa/syscall.tbl
index 85a9ab1bc0..6276e3c2d3 100644
--- a/linux-user/xtensa/syscall.tbl
+++ b/linux-user/xtensa/syscall.tbl
@@ -222,7 +222,7 @@
204 common quotactl sys_quotactl
# 205 was old nfsservctl
205 common nfsservctl sys_ni_syscall
-206 common _sysctl sys_sysctl
+206 common _sysctl sys_ni_syscall
207 common bdflush sys_bdflush
208 common uname sys_newuname
209 common sysinfo sys_sysinfo
@@ -406,5 +406,7 @@
433 common fspick sys_fspick
434 common pidfd_open sys_pidfd_open
435 common clone3 sys_clone3
+436 common close_range sys_close_range
437 common openat2 sys_openat2
438 common pidfd_getfd sys_pidfd_getfd
+439 common faccessat2 sys_faccessat2