diff options
author | Laurent Vivier | 2020-03-10 11:34:03 +0100 |
---|---|---|
committer | Laurent Vivier | 2020-03-20 16:02:00 +0100 |
commit | 5733333020649bf08ae523e8bac7c8e0db125d0c (patch) | |
tree | 8a000522b438469c394e87815be7686cae4f2802 /MAINTAINERS | |
parent | linux-user,mips: move content of mips_syscall_args (diff) | |
download | qemu-5733333020649bf08ae523e8bac7c8e0db125d0c.tar.gz qemu-5733333020649bf08ae523e8bac7c8e0db125d0c.tar.xz qemu-5733333020649bf08ae523e8bac7c8e0db125d0c.zip |
linux-user,mips: update syscall-args-o32.c.inc
Add a script to update the file from strace github and run it
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20200310103403.3284090-22-laurent@vivier.eu>
[lv: added file in MAINTAINERS]
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 709832758e..958e05b27f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2449,6 +2449,7 @@ F: linux-user/ F: default-configs/*-linux-user.mak F: scripts/qemu-binfmt-conf.sh F: scripts/update-syscalltbl.sh +F: scripts/update-mips-syscall-args.sh Tiny Code Generator (TCG) ------------------------- |