summaryrefslogtreecommitdiffstats
path: root/linux-user/sh4/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/sh4/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/sh4/syscall.tbl')
-rw-r--r--linux-user/sh4/syscall.tbl4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux-user/sh4/syscall.tbl b/linux-user/sh4/syscall.tbl
index c7a30fcd13..ae0a00beea 100644
--- a/linux-user/sh4/syscall.tbl
+++ b/linux-user/sh4/syscall.tbl
@@ -156,7 +156,7 @@
146 common writev sys_writev
147 common getsid sys_getsid
148 common fdatasync sys_fdatasync
-149 common _sysctl sys_sysctl
+149 common _sysctl sys_ni_syscall
150 common mlock sys_mlock
151 common munlock sys_munlock
152 common mlockall sys_mlockall
@@ -438,5 +438,7 @@
433 common fspick sys_fspick
434 common pidfd_open sys_pidfd_open
# 435 reserved for 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