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

2022-07-28 Thread Bin Meng
On Thu, Jul 28, 2022 at 9:11 PM Marc-André Lureau wrote: > > Hi > > On Wed, Jul 27, 2022 at 2:05 PM Bin Meng wrote: >> >> On Wed, Jul 27, 2022 at 4:53 PM Konstantin Kostiuk >> wrote: >> > >> > >> > >> > >> > >> > On Wed, Jul 27, 2022 at 10:47 AM Bin Meng wrote: >> >> >> >> From: Bin Meng >>

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

2022-07-28 Thread Marc-André Lureau
Hi On Wed, Jul 27, 2022 at 2:05 PM Bin Meng wrote: > On Wed, Jul 27, 2022 at 4:53 PM Konstantin Kostiuk > wrote: > > > > > > > > > > > > On Wed, Jul 27, 2022 at 10:47 AM Bin Meng wrote: > >> > >> From: Bin Meng > >> > >> Support for the unix socket has existed both in BSD and Linux for the >

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

2022-07-27 Thread Bin Meng
On Wed, Jul 27, 2022 at 4:53 PM Konstantin Kostiuk wrote: > > > > > > On Wed, Jul 27, 2022 at 10:47 AM 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

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

2022-07-27 Thread Bin Meng
On Wed, Jul 27, 2022 at 4:51 PM Yan Vugenfirer wrote: > > On Wed, Jul 27, 2022 at 10:46 AM 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

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

2022-07-27 Thread Yan Vugenfirer
On Wed, Jul 27, 2022 at 10:46 AM 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 came to Windows. Starting > this build,

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

2022-07-27 Thread Konstantin Kostiuk
On Wed, Jul 27, 2022 at 10:47 AM 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 came to Windows. Starting > this build,

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

2022-07-27 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 came to Windows. Starting this build, two Win32 processes can use the AF_UNIX address family over