]> git.proxmox.com Git - mirror_qemu.git/commit - net/slirp.c
slirp: open-code qemu_socket_(un)select()
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 21 Feb 2023 12:47:58 +0000 (16:47 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 13 Mar 2023 11:39:31 +0000 (15:39 +0400)
commitfd3c3333157a8121e4ba9485677ef5860f8fb2db
tree4d24d4cad78476f8e4392714c293f3f872562dbb
parent21ac728498c1d529dd0abde1054703946be163da
slirp: open-code qemu_socket_(un)select()

We are about to make the QEMU socket API use file-descriptor space only,
but libslirp gives us SOCKET as fd, still.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Message-Id: <20230221124802.4103554-14-marcandre.lureau@redhat.com>
net/slirp.c