Re: [PATCH v2 5/6] chardev/char-socket: Update AF_UNIX for Windows

2022-07-28 Thread Marc-André Lureau
Hi On Wed, Jul 27, 2022 at 5:28 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 lgtm, Reviewed-by: Marc-André Lureau > --- > > Ch

[PATCH v2 5/6] chardev/char-socket: Update AF_UNIX for Windows

2022-07-27 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 --- Changes in v2: - drop #include as it is now already included in osdep.h chardev/char-socket.c | 4 +++- 1 file