Hi Daniel
On Tue, Apr 26, 2022 at 1:27 PM wrote:
> From: Marc-André Lureau
>
> Hi,
>
> v2:
> - add patches to replace pipe() with g_unix_open_pipe()
>
Since you suggested this change, could you review the "replace pipe()"
patches?
thanks!
> - add patch "Replace fcntl(0_NONBLOCK) with g_unix_
From: Marc-André Lureau
Hi,
v2:
- add patches to replace pipe() with g_unix_open_pipe()
- add patch "Replace fcntl(0_NONBLOCK) with g_unix_set_fd_nonblocking()"
- add patches to cleanup qemu_*block() usage (see "util: rename qemu_*block()
socket functions" commit message)
- fix lost braces dur