qemu-e2k/hw/hyperv
Marc-André Lureau ff5927baa7 util: rename qemu_*block() socket functions
The qemu_*block() functions are meant to be be used with sockets (the
win32 implementation expects SOCKET)

Over time, those functions where used with Win32 SOCKET or
file-descriptors interchangeably. But for portability, they must only be
used with socket-like file-descriptors. FDs can use
g_unix_set_fd_nonblocking() instead.

Rename the functions with "socket" in the name to prevent bad usages.

This is effectively reverting commit f9e8cacc55 ("oslib-posix:
rename socket_set_nonblock() to qemu_set_nonblock()").

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
2022-05-03 15:53:20 +04:00
..
Kconfig hw: hyperv: Initial commit for Synthetic Debugging device 2022-04-06 14:31:56 +02:00
hyperv.c hyperv: Add support to process syndbg commands 2022-04-06 14:31:56 +02:00
hyperv_testdev.c Use OBJECT_DECLARE_SIMPLE_TYPE when possible 2020-09-18 14:12:32 -04:00
meson.build hw: hyperv: Initial commit for Synthetic Debugging device 2022-04-06 14:31:56 +02:00
syndbg.c util: rename qemu_*block() socket functions 2022-05-03 15:53:20 +04:00
trace-events trace-events: Fix attribution of trace points to source 2020-09-09 17:17:58 +01:00
trace.h trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00
vmbus.c dma: Let dma_memory_map() take MemTxAttrs argument 2021-12-30 17:16:32 +01:00