diff options
author | Laurent Vivier | 2020-03-10 11:34:00 +0100 |
---|---|---|
committer | Laurent Vivier | 2020-03-20 16:02:00 +0100 |
commit | e3a6c825b2c82424034d023c879f040766ab15de (patch) | |
tree | d401edf02aab90cc42d8cf36da575b77551eac72 /MAINTAINERS | |
parent | linux-user, mips64: add syscall table generation support (diff) | |
download | qemu-e3a6c825b2c82424034d023c879f040766ab15de.tar.gz qemu-e3a6c825b2c82424034d023c879f040766ab15de.tar.xz qemu-e3a6c825b2c82424034d023c879f040766ab15de.zip |
linux-user, scripts: add a script to update syscall.tbl
scripts/update-syscalltbl.sh has the list of syscall.tbl to update and
can copy them from the linux source directory
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200310103403.3284090-19-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 36d0c6887a..709832758e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2448,6 +2448,7 @@ S: Maintained F: linux-user/ F: default-configs/*-linux-user.mak F: scripts/qemu-binfmt-conf.sh +F: scripts/update-syscalltbl.sh Tiny Code Generator (TCG) ------------------------- |