Re: [PATCH v2 00/26] Misc cleanups

2022-05-02 Thread Marc-André Lureau
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_

[PATCH v2 00/26] Misc cleanups

2022-04-26 Thread marcandre . lureau
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