Re: [Qemu-devel] [PATCH v3 00/19] linux-user: Split do_syscall

2018-06-22 Thread Peter Maydell
On 12 June 2018 at 01:51, Richard Henderson wrote: > Version 3 does not attempt the whole thing in one go, > and does attempt to incorporate strace into the reorg. > > Thoughts? This approach works for me. I won't bother to review the rest of the patchset for the moment, until Laurent weighs in o

Re: [Qemu-devel] [PATCH v3 00/19] linux-user: Split do_syscall

2018-06-12 Thread Laurent Vivier
Le 12/06/2018 à 02:51, Richard Henderson a écrit : > Version 3 does not attempt the whole thing in one go, > and does attempt to incorporate strace into the reorg. I've included your first four patches in my last linux-user pull-request. Thanks, Laurent

Re: [Qemu-devel] [PATCH v3 00/19] linux-user: Split do_syscall

2018-06-11 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180612005145.3375-1-richard.hender...@linaro.org Subject: [Qemu-devel] [PATCH v3 00/19] linux-user: Split do_syscall === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH v3 00/19] linux-user: Split do_syscall

2018-06-11 Thread Richard Henderson
Version 3 does not attempt the whole thing in one go, and does attempt to incorporate strace into the reorg. Thoughts? r~ Richard Henderson (19): linux-user/alpha: Fix epoll syscalls linux-user/hppa: Fix typo in mknodat syscall linux-user/microblaze: Fix typo in accept4 syscall linux-u