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

2020-02-19 Thread Laurent Vivier
Le 18/02/2020 à 23:48, Alistair Francis a écrit : > On Mon, Feb 17, 2020 at 2:36 PM 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 l

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

2020-02-18 Thread Alistair Francis
On Mon, Feb 17, 2020 at 2:36 PM 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

Linux headers updates (was: Re: [PATCH 00/22] linux-user: generate syscall_nr.sh)

2020-02-18 Thread Cornelia Huck
On Tue, 18 Feb 2020 18:46:54 +0100 Aleksandar Markovic wrote: > On Tuesday, February 18, 2020, Cornelia Huck wrote: > > That said, I'll probably queue a headers update on the s390-next branch > > right now (against current Linus master), > > > > > Hi, Cornelia, > > I am not stopping you

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

2020-02-18 Thread Aleksandar Markovic
On Tuesday, February 18, 2020, Cornelia Huck wrote: > On Tue, 18 Feb 2020 16:19:21 +0100 > Laurent Vivier wrote: > > > Le 18/02/2020 à 15:27, Cornelia Huck a écrit : > > > On Mon, 17 Feb 2020 23:35:36 +0100 > > > Laurent Vivier wrote: > > > > > >> This series copies the files syscall.tbl from l

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

2020-02-18 Thread Cornelia Huck
On Tue, 18 Feb 2020 16:19:21 +0100 Laurent Vivier wrote: > Le 18/02/2020 à 15:27, Cornelia Huck a écrit : > > On Mon, 17 Feb 2020 23:35:36 +0100 > > Laurent Vivier wrote: > > > >> This series copies the files syscall.tbl from linux v5.5 and generates > >> the file syscall_nr.h from them. > >>

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

2020-02-18 Thread Laurent Vivier
Le 18/02/2020 à 15:27, Cornelia Huck a écrit : > On Mon, 17 Feb 2020 23:35:36 +0100 > 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

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

2020-02-18 Thread Cornelia Huck
On Mon, 17 Feb 2020 23:35:36 +0100 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, s3

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

2020-02-18 Thread Philippe Mathieu-Daudé
On 2/18/20 12:51 PM, Aleksandar Markovic wrote: On Tuesday, February 18, 2020, Laurent Vivier > wrote: Le 18/02/2020 à 07:13, Philippe Mathieu-Daudé a écrit : > On 2/17/20 11:35 PM, Laurent Vivier wrote: >> This series copies the files syscall.tbl from lin

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

2020-02-18 Thread Aleksandar Markovic
On Tuesday, February 18, 2020, Laurent Vivier wrote: > Le 18/02/2020 à 07:13, Philippe Mathieu-Daudé a écrit : > > On 2/17/20 11:35 PM, Laurent Vivier wrote: > >> This series copies the files syscall.tbl from linux v5.5 and generates > >> the file syscall_nr.h from them. > >> > > [...] > >> Laure

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

2020-02-18 Thread Laurent Vivier
Le 18/02/2020 à 07:13, Philippe Mathieu-Daudé a écrit : > On 2/17/20 11:35 PM, Laurent Vivier wrote: >> This series copies the files syscall.tbl from linux v5.5 and generates >> the file syscall_nr.h from them. >> > [...] >> Laurent Vivier (22): >>    linux-user: introduce parameters to generate sy

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

2020-02-17 Thread Philippe Mathieu-Daudé
On 2/17/20 11:35 PM, Laurent Vivier wrote: This series copies the files syscall.tbl from linux v5.5 and generates the file syscall_nr.h from them. [...] Laurent Vivier (22): linux-user: introduce parameters to generate syscall_nr.h linux-user,alpha: add syscall table generation support

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

2020-02-17 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