]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user, scripts: add a script to update syscall.tbl
authorLaurent Vivier <laurent@vivier.eu>
Tue, 10 Mar 2020 10:34:00 +0000 (11:34 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 20 Mar 2020 15:02:00 +0000 (16:02 +0100)
commite3a6c825b2c82424034d023c879f040766ab15de
treed401edf02aab90cc42d8cf36da575b77551eac72
parent686a0fe4dbeb711eeed83d7a3e307c6506fdb8b3
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>
MAINTAINERS
scripts/update-syscalltbl.sh [new file with mode: 0755]