Re: [Qemu-devel] [PATCH v7 62/80] linux-user: Add syscall numbers for nanoMIPS

2018-08-12 Thread Laurent Vivier
Le 12/08/2018 à 17:44, Aleksandar Markovic a écrit : > ping Where can we find the kernel source for nanoMIPS to be able to compare the QEMU syscall numbers definition? Thanks, Laurent

Re: [Qemu-devel] [PATCH v7 62/80] linux-user: Add syscall numbers for nanoMIPS

2018-08-12 Thread Aleksandar Markovic
ping From: Aleksandar Markovic Sent: Monday, August 6, 2018 7:00:29 PM To: qemu-devel@nongnu.org Cc: peter.mayd...@linaro.org; laur...@vivier.eu; riku.voi...@iki.fi; philippe.mathieu.da...@gmail.com; aurel...@aurel32.net; richard.hender...@linaro.org; Al

Re: [Qemu-devel] [PATCH v7 62/80] linux-user: Add syscall numbers for nanoMIPS

2018-08-12 Thread Peter Maydell
On 12 August 2018 at 17:23, Laurent Vivier wrote: > Le 12/08/2018 à 17:44, Aleksandar Markovic a écrit : >> ping > > Where can we find the kernel source for nanoMIPS to be able to compare > the QEMU syscall numbers definition? I think we shouldn't take the linux-user code into QEMU until the kern

[Qemu-devel] [PATCH v7 62/80] linux-user: Add syscall numbers for nanoMIPS

2018-08-06 Thread Aleksandar Markovic
From: Aleksandar Rikalo Add syscall numbers for nanoMIPS. nanoMIPS redefines its ABI compared to preceding MIPS architectures, and its set of supported system calls is significantly different. Signed-off-by: Aleksandar Rikalo Signed-off-by: Aleksandar Markovic Signed-off-by: Stefan Markovic -