Re: [PATCH v2 00/20] linux-user: generate syscall_nr.sh

2020-02-21 Thread Laurent Vivier
Le 21/02/2020 à 14:56, Peter Maydell a écrit : > On Fri, 21 Feb 2020 at 13:45, Peter Maydell wrote: >> >> On Wed, 19 Feb 2020 at 22:07, Laurent Vivier wrote: >>> >>> This series copies the files syscall.tbl from linux v5.5 and generates >>> the file syscall_nr.h from them. >>> >>> This is done fo

Re: [PATCH v2 00/20] linux-user: generate syscall_nr.sh

2020-02-21 Thread Laurent Vivier
Le 21/02/2020 à 14:45, Peter Maydell a écrit : > On Wed, 19 Feb 2020 at 22:07, Laurent Vivier 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

Re: [PATCH v2 00/20] linux-user: generate syscall_nr.sh

2020-02-21 Thread Peter Maydell
On Fri, 21 Feb 2020 at 13:45, Peter Maydell wrote: > > On Wed, 19 Feb 2020 at 22:07, Laurent Vivier 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 > >

Re: [PATCH v2 00/20] linux-user: generate syscall_nr.sh

2020-02-21 Thread Peter Maydell
On Wed, 19 Feb 2020 at 22:07, Laurent Vivier 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,

[PATCH v2 00/20] linux-user: generate syscall_nr.sh

2020-02-19 Thread Laurent Vivier
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