Re: [Qemu-devel] [PATCH v3 06/19] linux-user: Split out do_syscall1

2018-06-12 Thread Philippe Mathieu-Daudé
On 06/11/2018 09:51 PM, Richard Henderson wrote: > There was supposed to be a single point of return for do_syscall > so that tracing works properly. However, there are a few bugs > in that area. It is significantly simpler to simply split out > an inner function to enforce this. > > Reviewed-by

[Qemu-devel] [PATCH v3 06/19] linux-user: Split out do_syscall1

2018-06-11 Thread Richard Henderson
There was supposed to be a single point of return for do_syscall so that tracing works properly. However, there are a few bugs in that area. It is significantly simpler to simply split out an inner function to enforce this. Reviewed-by: Laurent Vivier Signed-off-by: Richard Henderson --- linu