Re: [Qemu-devel] [PATCH v4 00/16] linux-user: Split do_syscall

2018-08-21 Thread Richard Henderson
On 08/21/2018 10:33 AM, Laurent Vivier wrote: > if you want I can include patches 1 to 7 in my next pull request, this > will avoid you to rebase them for every new version of the series. That would be great, thanks. r~

Re: [Qemu-devel] [PATCH v4 00/16] linux-user: Split do_syscall

2018-08-21 Thread Laurent Vivier
Le 18/08/2018 à 21:01, Richard Henderson a écrit : > Version 4 continues the split into multiple files, but for > inclusion rather than separate compilation. This allows us > to get warnings if there are mistakes in the switch statement > that looks up the structures. > > > r~ > > > Richard He

[Qemu-devel] [PATCH v4 00/16] linux-user: Split do_syscall

2018-08-18 Thread Richard Henderson
Version 4 continues the split into multiple files, but for inclusion rather than separate compilation. This allows us to get warnings if there are mistakes in the switch statement that looks up the structures. r~ Richard Henderson (16): linux-user: Remove DEBUG linux-user: Split out do_sys