Re: [PATCH v2 20/26] io: replace qemu_set{_non}block()

2022-05-03 Thread Daniel P . Berrangé
On Tue, Apr 26, 2022 at 01:27:09PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Those calls are non-socket fd, or are POSIX-specific. Use the dedicated > GLib API. (qemu_set_nonblock() is for socket-like) > > Signed-off-by: Marc-André Lureau > --- > io/channel-comman

[PATCH v2 20/26] io: replace qemu_set{_non}block()

2022-04-26 Thread marcandre . lureau
From: Marc-André Lureau Those calls are non-socket fd, or are POSIX-specific. Use the dedicated GLib API. (qemu_set_nonblock() is for socket-like) Signed-off-by: Marc-André Lureau --- io/channel-command.c | 16 +--- io/channel-file.c| 13 + 2 files changed, 18 inser