Re: [Qemu-devel] [PATCH v6 61/77] linux-user: Add syscall numbers for nanoMIPS

2018-08-06 Thread Aleksandar Markovic
ping (Riku, Laurent?) > From: Stefan Markovic > Sent: Thursday, August 2, 2018 4:16 PM > To: qemu-devel@nongnu.org > > Subject: [PATCH v6 61/77] linux-user: Add syscall numbers for nanoMIPS > > From: Aleksandar Rikalo > > Add syscall numbers for nanoMIPS. nanoMIPS redefines its ABI > compare

[Qemu-devel] [PATCH v6 61/77] linux-user: Add syscall numbers for nanoMIPS

2018-08-02 Thread Stefan 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 -