[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 00/21] linux-user: generate syscall_nr.sh
From: |
Peter Maydell |
Subject: |
Re: [PATCH v4 00/21] linux-user: generate syscall_nr.sh |
Date: |
Tue, 10 Mar 2020 11:15:48 +0000 |
On Tue, 10 Mar 2020 at 10:36, Laurent Vivier <address@hidden> wrote:
>
> This series copies the files syscall.tbl from linux v5.5 and generates
> the file syscall_nr.h from them.
>
> This is done for all the QEMU targets that have a syscall.tbl
> in the linux source tree: mips, mips64, i386, x86_64, sparc, s390x,
> ppc, arm, microblaze, sh4, xtensa, m68k, hppa and alpha.
>
> tilegx and cris are depecrated in linux (tilegx has no maintainer in QEMU)
>
> aarch64, nios2, openrisc and riscv have no syscall.tbl in linux and files
> are generated manually with the help of a script from the asm-generic/unistd.h
Incidentally I hear from Arnd Bergmann that eventually the plan
is to have a syscall.tbl equivalent for the asm-generic users,
though I don't think there's a timescale for when this might happen.
thanks
-- PMM
- [PATCH v4 15/21] linux-user, x86_64: add syscall table generation support, (continued)
- [PATCH v4 15/21] linux-user, x86_64: add syscall table generation support, Laurent Vivier, 2020/03/10
- [PATCH v4 14/21] linux-user, i386: add syscall table generation support, Laurent Vivier, 2020/03/10
- [PATCH v4 12/21] linux-user, sparc, sparc64: add syscall table generation support, Laurent Vivier, 2020/03/10
- [PATCH v4 11/21] linux-user, s390x: add syscall table generation support, Laurent Vivier, 2020/03/10
- [PATCH v4 16/21] linux-user, mips: add syscall table generation support, Laurent Vivier, 2020/03/10
- [PATCH v4 21/21] linux-user,mips: update syscall-args-o32.c.inc, Laurent Vivier, 2020/03/10
- [PATCH v4 05/21] linux-user, xtensa: add syscall table generation support, Laurent Vivier, 2020/03/10
- [PATCH v4 09/21] linux-user, ppc: add syscall table generation support, Laurent Vivier, 2020/03/10
- [PATCH v4 20/21] linux-user,mips: move content of mips_syscall_args, Laurent Vivier, 2020/03/10
- [PATCH v4 07/21] linux-user, microblaze: add syscall table generation support, Laurent Vivier, 2020/03/10
- Re: [PATCH v4 00/21] linux-user: generate syscall_nr.sh,
Peter Maydell <=
- Re: [PATCH v4 00/21] linux-user: generate syscall_nr.sh, no-reply, 2020/03/10
- Re: [PATCH v4 00/21] linux-user: generate syscall_nr.sh, Laurent Vivier, 2020/03/13