qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 7/8] Drop qemu_foo() socket API wrapper


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 7/8] Drop qemu_foo() socket API wrapper
Date: Tue, 22 Feb 2022 22:26:12 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.6.0

On 22/2/22 20:40, marcandre.lureau@redhat.com wrote:
From: Marc-André Lureau <marcandre.lureau@redhat.com>

The socket API wrappers were initially introduced in commit
00aa0040 ("Wrap recv to avoid warnings"), but made redundatant 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>
---
  include/qemu-common.h                | 19 -------------------
  crypto/cipher-afalg.c                |  4 ++--
  crypto/hash-afalg.c                  |  4 ++--
  gdbstub.c                            |  2 +-
  io/channel-socket.c                  |  6 +++---
  net/socket.c                         | 24 ++++++++++++------------
  tests/qtest/e1000e-test.c            |  4 ++--
  tests/qtest/libqtest.c               |  4 ++--
  tests/qtest/npcm7xx_emc-test.c       |  4 ++--
  tests/qtest/test-filter-mirror.c     |  4 ++--
  tests/qtest/test-filter-redirector.c |  8 ++++----
  tests/qtest/virtio-net-test.c        | 10 +++++-----
  tests/unit/socket-helpers.c          |  2 +-
  util/osdep.c                         |  4 ++--
  util/qemu-sockets.c                  | 10 +++++-----
  15 files changed, 45 insertions(+), 64 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]