]> git.ipfire.org Git - thirdparty/qemu.git/commit
treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblocking
authorVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Tue, 16 Sep 2025 13:13:59 +0000 (16:13 +0300)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 19 Sep 2025 11:46:07 +0000 (12:46 +0100)
commit6f607941b1c01679d6d3dca036ddd23bbe95a44c
tree41e43a055f178ad973c38bbf8877d1a438fbb8ae
parent5d1d32ce9d26a7cdc1c60dceb1b0c55ff9ad9b3e
treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblocking

Instead of open-coded g_unix_set_fd_nonblocking() calls, use
QEMU wrapper qemu_set_blocking().

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
[DB: fix missing closing ) in tap-bsd.c, remove now unused GError var]
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
21 files changed:
chardev/char-fd.c
chardev/char-pty.c
chardev/char-serial.c
chardev/char-stdio.c
hw/input/virtio-input-host.c
hw/misc/ivshmem-flat.c
hw/misc/ivshmem-pci.c
hw/virtio/vhost-vsock.c
io/channel-command.c
io/channel-file.c
net/tap-bsd.c
net/tap-linux.c
net/tap-solaris.c
net/tap.c
qga/commands-posix.c
tests/qtest/fuzz/virtio_net_fuzz.c
tests/qtest/vhost-user-test.c
tests/unit/test-iov.c
ui/input-linux.c
util/event_notifier-posix.c
util/main-loop.c