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

2020-03-13 Thread Laurent Vivier
Le 10/03/2020 à 11:33, Laurent Vivier a écrit : > 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,

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

2020-03-10 Thread Laurent Vivier
Le 10/03/2020 à 12:15, Peter Maydell a écrit : > On Tue, 10 Mar 2020 at 10:36, 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 v4 00/21] linux-user: generate syscall_nr.sh

2020-03-10 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200310103403.3284090-1-laur...@vivier.eu/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash exp

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

2020-03-10 Thread Peter Maydell
On Tue, 10 Mar 2020 at 10:36, 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 v4 00/21] linux-user: generate syscall_nr.sh

2020-03-10 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