]> www.infradead.org Git - users/dwmw2/qemu.git/commit
chardev/char-socket: Update AF_UNIX for Windows
authorBin Meng <bin.meng@windriver.com>
Tue, 2 Aug 2022 07:51:59 +0000 (15:51 +0800)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 2 Sep 2022 11:54:46 +0000 (15:54 +0400)
commit120fa5e0e6ebacd811e4d830cff8a405806d305c
tree3f82b79ecc0c5a455c8c111ac5fa61dd6e37c3e5
parentd409373b9d0482bbce312539d02a648cbb1c790a
chardev/char-socket: Update AF_UNIX for Windows

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 <bin.meng@windriver.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220802075200.907360-4-bmeng.cn@gmail.com>
chardev/char-socket.c