Re: [PATCH 0/5] Enable unix socket support on Windows

2022-07-27 Thread Bin Meng
On Wed, Jul 27, 2022 at 7:45 PM Stefan Weil wrote: > > Am 27.07.22 um 13:37 schrieb Bin Meng: > > > On Wed, Jul 27, 2022 at 6:24 PM Daniel P. Berrangé > > wrote: > >> That isn't qtest, that is basic unit tests. I would expect those to > >> be able to work with this series > > Ah, I see. Agreed,

Re: [PATCH 0/5] Enable unix socket support on Windows

2022-07-27 Thread Stefan Weil via
Am 27.07.22 um 13:37 schrieb Bin Meng: On Wed, Jul 27, 2022 at 6:24 PM Daniel P. Berrangé wrote: That isn't qtest, that is basic unit tests. I would expect those to be able to work with this series Ah, I see. Agreed, will do in v2. Regards, Bin In v2 you might also call RtlGetVersion dire

Re: [PATCH 0/5] Enable unix socket support on Windows

2022-07-27 Thread Bin Meng
On Wed, Jul 27, 2022 at 6:24 PM Daniel P. Berrangé wrote: > > On Wed, Jul 27, 2022 at 06:15:50PM +0800, Bin Meng wrote: > > On Wed, Jul 27, 2022 at 5:06 PM Daniel P. Berrangé > > wrote: > > > > > > On Wed, Jul 27, 2022 at 03:35:37PM +0800, Bin Meng wrote: > > > > Support for the unix socket has

Re: [PATCH 0/5] Enable unix socket support on Windows

2022-07-27 Thread Daniel P . Berrangé
On Wed, Jul 27, 2022 at 06:15:50PM +0800, Bin Meng wrote: > On Wed, Jul 27, 2022 at 5:06 PM Daniel P. Berrangé > wrote: > > > > On Wed, Jul 27, 2022 at 03:35:37PM +0800, Bin Meng wrote: > > > Support for the unix socket has existed both in BSD and Linux for the > > > longest time, but not on Wind

Re: [PATCH 0/5] Enable unix socket support on Windows

2022-07-27 Thread Bin Meng
On Wed, Jul 27, 2022 at 5:06 PM Daniel P. Berrangé wrote: > > On Wed, Jul 27, 2022 at 03:35:37PM +0800, Bin Meng wrote: > > 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 u

Re: [PATCH 0/5] Enable unix socket support on Windows

2022-07-27 Thread Daniel P . Berrangé
On Wed, Jul 27, 2022 at 03:35:37PM +0800, Bin Meng wrote: > 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 proc