Re: [PATCH 18/22] linux-user, mips64: add syscall table generation support

2020-02-18 Thread Aleksandar Markovic
On Monday, February 17, 2020, Laurent Vivier wrote: > Copy syscall_n32.tbl, syscall_n64.tbl and syscallhdr.sh from > linux/arch/parisc/kernel/syscalls v5.5 > Update syscallhdr.sh to generate QEMU syscall_nr.h > > Move the offsets (6000 for n32 and 5000 for n64) from the file to > the Makefile.obj

[PATCH 18/22] linux-user, mips64: add syscall table generation support

2020-02-17 Thread Laurent Vivier
Copy syscall_n32.tbl, syscall_n64.tbl and syscallhdr.sh from linux/arch/parisc/kernel/syscalls v5.5 Update syscallhdr.sh to generate QEMU syscall_nr.h Move the offsets (6000 for n32 and 5000 for n64) from the file to the Makefile.objs to be passed to syscallhdr.sh Signed-off-by: Laurent Vivier -