Re: [Qemu-devel] [PATCH v7 00/74] linux-user: Split do_syscall

2019-05-22 Thread Richard Henderson
[Adding the mailing list back in.] On 5/22/19 2:47 AM, Aleksandar Markovic wrote: >> > Version 6 was >> > https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg04794.html >> > >> > Since v5, I've fixed the ioctl failure that Laurent found, and >> > have done a few more syscalls. >> > >> > I've

Re: [Qemu-devel] [PATCH v7 00/74] linux-user: Split do_syscall

2019-05-21 Thread Aleksandar Markovic
On May 19, 2019 10:38 PM, "Richard Henderson" wrote: > > Based-on: <20190519201953.20161-1-richard.hender...@linaro.org> > Aka "linux-user: path, clone, sparc, shmat fixes" > > Version 6 was > https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg04794.html > > Since v5, I've fixed the ioctl fa

Re: [Qemu-devel] [PATCH v7 00/74] linux-user: Split do_syscall

2019-05-20 Thread Aleksandar Markovic
On May 20, 2019 11:43 AM, "Peter Maydell" wrote: > > On Sun, 19 May 2019 at 21:39, Richard Henderson > wrote: > > > > Based-on: <20190519201953.20161-1-richard.hender...@linaro.org> > > Aka "linux-user: path, clone, sparc, shmat fixes" > > > > Version 6 was > > https://lists.gnu.org/archive/html/

Re: [Qemu-devel] [PATCH v7 00/74] linux-user: Split do_syscall

2019-05-20 Thread Peter Maydell
On Sun, 19 May 2019 at 21:39, Richard Henderson wrote: > > Based-on: <20190519201953.20161-1-richard.hender...@linaro.org> > Aka "linux-user: path, clone, sparc, shmat fixes" > > Version 6 was > https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg04794.html > > Since v5, I've fixed the ioctl

Re: [Qemu-devel] [PATCH v7 00/74] linux-user: Split do_syscall

2019-05-19 Thread Laurent Vivier
On 19/05/2019 22:36, Richard Henderson wrote: Based-on: <20190519201953.20161-1-richard.hender...@linaro.org> Aka "linux-user: path, clone, sparc, shmat fixes" Version 6 was https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg04794.html Since v5, I've fixed the ioctl failure that Laurent f

[Qemu-devel] [PATCH v7 00/74] linux-user: Split do_syscall

2019-05-19 Thread Richard Henderson
Based-on: <20190519201953.20161-1-richard.hender...@linaro.org> Aka "linux-user: path, clone, sparc, shmat fixes" Version 6 was https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg04794.html Since v5, I've fixed the ioctl failure that Laurent found, and have done a few more syscalls. I've t