[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 00/21] linux-user: generate syscall_nr.sh
From: |
Laurent Vivier |
Subject: |
Re: [PATCH v4 00/21] linux-user: generate syscall_nr.sh |
Date: |
Tue, 10 Mar 2020 12:26:59 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
Le 10/03/2020 à 12:15, Peter Maydell a écrit :
> 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.
Thank you for the information.
Anyway I've sent a second series to generate the syscall_nr.h file from
the asm-generic file.
Laurent
- Re: [PATCH v4 18/21] linux-user,scripts: add a script to update syscall.tbl, (continued)
- [PATCH v4 09/21] linux-user, ppc: add syscall table generation support, Laurent Vivier, 2020/03/10
- [PATCH v4 19/21] linux-user: update syscall.tbl from linux 0bf999f9c5e7, Laurent Vivier, 2020/03/10
- [PATCH v4 07/21] linux-user, microblaze: add syscall table generation support, Laurent Vivier, 2020/03/10
- [PATCH v4 05/21] linux-user, xtensa: add syscall table generation support, Laurent Vivier, 2020/03/10
- [PATCH v4 17/21] linux-user, mips64: 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 14/21] linux-user, i386: 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
- Re: [PATCH v4 00/21] linux-user: generate syscall_nr.sh, Peter Maydell, 2020/03/10
- Re: [PATCH v4 00/21] linux-user: generate syscall_nr.sh,
Laurent Vivier <=
- 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