Re: [PATCH v3 01/21] linux-user: introduce parameters to generate syscall_nr.h

2020-02-28 Thread Richard Henderson
On 2/25/20 4:15 AM, Laurent Vivier wrote: > This will be used when we'll import syscall.tbl from the kernel > > Add a script to remove all the dependencies to syscall_nr.h > that point to source directory and not to the build directory. > The list of arch will be update while the generated files a

[PATCH v3 01/21] linux-user: introduce parameters to generate syscall_nr.h

2020-02-25 Thread Laurent Vivier
This will be used when we'll import syscall.tbl from the kernel Add a script to remove all the dependencies to syscall_nr.h that point to source directory and not to the build directory. The list of arch will be update while the generated files are added. Signed-off-by: Laurent Vivier --- Makef