Re: [Qemu-devel] [PATCH 4/6] linux-user: Check contains_hostfd in select syscalls

2018-06-01 Thread Laurent Vivier
Le 01/06/2018 à 00:49, Richard Henderson a écrit : > Signed-off-by: Richard Henderson > --- > linux-user/syscall.c | 10 ++ > 1 file changed, 10 insertions(+) Reviewed-by: Laurent Vivier

[Qemu-devel] [PATCH 4/6] linux-user: Check contains_hostfd in select syscalls

2018-05-31 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/syscall.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 5339f0bc1c..b98125829b 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -1506,6 +1506,11 @@ static abi_long do