]> git.proxmox.com Git - mirror_qemu.git/commit
Drop qemu_foo() socket API wrapper
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 18 Feb 2022 21:34:50 +0000 (01:34 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 22 Mar 2022 10:40:51 +0000 (14:40 +0400)
commite7b794282264868d84b3d9a5da222b08a783d8fb
tree16c03c50cd6f8bf875b893c80d151ec171baeb2e
parent8ef2513d87ebe525540fb23a9c170da58871665c
Drop qemu_foo() socket API wrapper

The socket API wrappers were initially introduced in commit
00aa0040 ("Wrap recv to avoid warnings"), but made redundant with
commit a2d96af4 ("osdep: add wrappers for socket functions") which fixes
the win32 declarations and thus removed the earlier warnings.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
15 files changed:
crypto/cipher-afalg.c
crypto/hash-afalg.c
gdbstub.c
include/qemu-common.h
io/channel-socket.c
net/socket.c
tests/qtest/e1000e-test.c
tests/qtest/libqtest.c
tests/qtest/npcm7xx_emc-test.c
tests/qtest/test-filter-mirror.c
tests/qtest/test-filter-redirector.c
tests/qtest/virtio-net-test.c
tests/unit/socket-helpers.c
util/osdep.c
util/qemu-sockets.c