Re: [PATCH v3 2/4] util/qemu-sockets: Enable unix socket support on Windows

2022-08-01 Thread Daniel P . Berrangé
On Mon, Aug 01, 2022 at 11:09:24AM +0400, Marc-André Lureau wrote: > Hi > > On Sat, Jul 30, 2022 at 6:52 PM Bin Meng wrote: > > > From: Bin Meng > > > > Support for the unix socket has existed both in BSD and Linux for the > > longest time, but not on Windows. Since Windows 10 build 17063 [1],

Re: [PATCH v3 2/4] util/qemu-sockets: Enable unix socket support on Windows

2022-08-01 Thread Marc-André Lureau
Hi On Sat, Jul 30, 2022 at 6:52 PM Bin Meng wrote: > From: Bin Meng > > Support for the unix socket has existed both in BSD and Linux for the > longest time, but not on Windows. Since Windows 10 build 17063 [1], > the native support for the unix socket has come to Windows. Starting > this build

[PATCH v3 2/4] util/qemu-sockets: Enable unix socket support on Windows

2022-07-30 Thread Bin Meng
From: Bin Meng Support for the unix socket has existed both in BSD and Linux for the longest time, but not on Windows. Since Windows 10 build 17063 [1], the native support for the unix socket has come to Windows. Starting this build, two Win32 processes can use the AF_UNIX address family over Win