Re: [Qemu-devel] [PATCH v4 06/16] linux-user: Propagate goto unimplemented to default

2018-08-21 Thread Philippe Mathieu-Daudé
On 08/18/2018 04:01 PM, Richard Henderson wrote: > There is no point in listing a syscall if you want the same effect as > not listing it. In one less trivial case, the goto was demonstrably > not reachable. > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson Reviewed-by: Philipp

Re: [Qemu-devel] [PATCH v4 06/16] linux-user: Propagate goto unimplemented to default

2018-08-21 Thread Laurent Vivier
Le 18/08/2018 à 21:01, Richard Henderson a écrit : > There is no point in listing a syscall if you want the same effect as > not listing it. In one less trivial case, the goto was demonstrably > not reachable. > > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson > --- > linux-user

[Qemu-devel] [PATCH v4 06/16] linux-user: Propagate goto unimplemented to default

2018-08-18 Thread Richard Henderson
There is no point in listing a syscall if you want the same effect as not listing it. In one less trivial case, the goto was demonstrably not reachable. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- linux-user/syscall.c | 144 +-- 1 fil