Re: [PATCH v2 2/3] io/command: implement support for win32

2022-10-03 Thread Daniel P . Berrangé
On Fri, Sep 02, 2022 at 03:18:59PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > This is a fairly straightforward implementation of the equivalent UNIX > version. > > GLib uses _mkpipe() to setup the FDs. We take that for granted, and set > the underlying named-pipes to

[PATCH v2 2/3] io/command: implement support for win32

2022-09-02 Thread marcandre . lureau
From: Marc-André Lureau This is a fairly straightforward implementation of the equivalent UNIX version. GLib uses _mkpipe() to setup the FDs. We take that for granted, and set the underlying named-pipes to nonblocking. This is done by other projects as well (found on github), but I am not confid