Re: [PATCH v3 0/2] net: tap: check file descriptor can be used

2020-07-06 Thread Laurent Vivier
Hi, ping. I think it would be good to have this fix in next release. Thanks, Laurent On 01/07/2020 21:39, Laurent Vivier wrote: > v3: move qemu_fd_is_valid() checking into a new function > qemu_try_set_nonblock(), and use qemu_try_set_nonblock() in > qemu_set_nonblock(). > > v2: Add pa

[PATCH v3 0/2] net: tap: check file descriptor can be used

2020-07-01 Thread Laurent Vivier
v3: move qemu_fd_is_valid() checking into a new function qemu_try_set_nonblock(), and use qemu_try_set_nonblock() in qemu_set_nonblock(). v2: Add patch from Daniel to check the fd can be used I have updated Daniel's patch not to check for EINVAL on TUNGETIFF as I think we can avoi