[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 00/22] linux-user: generate syscall_nr.sh
From: |
Laurent Vivier |
Subject: |
Re: [PATCH 00/22] linux-user: generate syscall_nr.sh |
Date: |
Wed, 19 Feb 2020 09:29:42 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
Le 18/02/2020 à 23:48, Alistair Francis a écrit :
> On Mon, Feb 17, 2020 at 2:36 PM 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.
>
> What's the plan with these other architectures?
>
> RISC-V uses asm-generic, is there some way to generate syscall_nr.h from that?
Automatically no. The best to do should be to convert linux parts using
asm-generic to syscall.tbl and then after that using it in QEMU.
Thanks,
Laurent
Re: [PATCH 00/22] linux-user: generate syscall_nr.sh, Alistair Francis, 2020/02/18
- Re: [PATCH 00/22] linux-user: generate syscall_nr.sh,
Laurent Vivier <=