Re: [Qemu-devel] [PATCH 3/6] linux-user: Check is_hostfd in do_syscall

2018-06-01 Thread Laurent Vivier
Le 01/06/2018 à 00:49, Richard Henderson a écrit : > This is the vast majority of all fd inputs, but not all. > > Signed-off-by: Richard Henderson > --- > linux-user/syscall.c | 303 +++ > 1 file changed, 280 insertions(+), 23 deletions(-) Reviewed-by: La

[Qemu-devel] [PATCH 3/6] linux-user: Check is_hostfd in do_syscall

2018-05-31 Thread Richard Henderson
This is the vast majority of all fd inputs, but not all. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 303 +++ 1 file changed, 280 insertions(+), 23 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index d02c16bbc6..533