[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 00/21] linux-user: generate syscall_nr.sh
From: |
Laurent Vivier |
Subject: |
Re: [PATCH v3 00/21] linux-user: generate syscall_nr.sh |
Date: |
Fri, 6 Mar 2020 09:19:26 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
Le 06/03/2020 à 01:24, Taylor Simpson a écrit :
> Reviewed-by: Taylor Simpson <address@hidden>
>
> FWIW, the Hexagon Linux port does not use this mechanism. I can work with
> our kernel maintainer and in the meantime create something suitable for qemu.
Not needed, syscall.tbl are for the old archs that don't use the
asm-generic.
I have a little script (see attachement) that converts
asm-generic/unistd.h from linux to syscall_nr.h for QEMU. I will send a
series to update the remaining archs in QEMU.
Thanks,
Laurent
gensyscalls.sh
Description: application/shellscript