Re: [Qemu-devel] [PATCH 03/33] linux-user: Propagate goto ebadf to return

2018-06-04 Thread Laurent Vivier
Le 01/06/2018 à 09:30, Richard Henderson a écrit : > Signed-off-by: Richard Henderson > --- > linux-user/syscall.c | 187 +-- > 1 file changed, 92 insertions(+), 95 deletions(-) > Reviewed-by: Laurent Vivier

[Qemu-devel] [PATCH 03/33] linux-user: Propagate goto ebadf to return

2018-06-01 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/syscall.c | 187 +-- 1 file changed, 92 insertions(+), 95 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 258aff0411..d0bf650c62 100644 --- a/linux-user/syscall.c +++