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
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