Re: [PATCH v3 3/4] chardev/char-socket: Update AF_UNIX for Windows

2022-08-01 Thread Marc-André Lureau
Hi On Sat, Jul 30, 2022 at 6:54 PM Bin Meng wrote: > From: Bin Meng > > Now that AF_UNIX has come to Windows, update the existing logic in > qemu_chr_compute_filename() and qmp_chardev_open_socket() for Windows. > > Signed-off-by: Bin Meng > Reviewed-by: Marc-André Lureau > --- > > (no change

[PATCH v3 3/4] chardev/char-socket: Update AF_UNIX for Windows

2022-07-30 Thread Bin Meng
From: Bin Meng Now that AF_UNIX has come to Windows, update the existing logic in qemu_chr_compute_filename() and qmp_chardev_open_socket() for Windows. Signed-off-by: Bin Meng Reviewed-by: Marc-André Lureau --- (no changes since v2) Changes in v2: - drop #include as it is now already inclu