]> git.proxmox.com Git - mirror_qemu.git/commit - net/tap-solaris.c
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 25 Apr 2022 07:56:42 +0000 (11:56 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 3 May 2022 11:47:38 +0000 (15:47 +0400)
commit22e135fca3f2512f43d39efab49067660e365e1b
tree11bdfaec65d018ab43269a916d8233f566262381
parentd640b59eb3c7925568c5b101f439b0c0e65ea313
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()

Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
net/tap-bsd.c
net/tap-linux.c
net/tap-solaris.c
tests/qtest/fuzz/virtio_net_fuzz.c
tests/unit/test-iov.c
util/oslib-posix.c