[RFC PATCH 0/2] system/win32: Remove unused Error argument in qemu_socket_[un]select()

Philippe Mathieu-Daudé posted 2 patches 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250715083517.47556-1-philmd@linaro.org
Maintainers: Stefan Weil <sw@weilnetz.de>, "Daniel P. Berrangé" <berrange@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Fam Zheng <fam@euphon.net>
include/system/os-win32.h |  4 ++--
io/channel-socket.c       |  4 ++--
util/aio-win32.c          |  2 +-
util/oslib-win32.c        | 17 +++++++----------
4 files changed, 12 insertions(+), 15 deletions(-)
[RFC PATCH 0/2] system/win32: Remove unused Error argument in qemu_socket_[un]select()
Posted by Philippe Mathieu-Daudé 4 months ago
We should use Error** more, but in this case it is always NULL so
we never really care. Remove the argument...

Philippe Mathieu-Daudé (2):
  system/os-win32: Remove unused Error** argument in
    qemu_socket_unselect
  system/os-win32: Remove unused Error** argument in qemu_socket_select

 include/system/os-win32.h |  4 ++--
 io/channel-socket.c       |  4 ++--
 util/aio-win32.c          |  2 +-
 util/oslib-win32.c        | 17 +++++++----------
 4 files changed, 12 insertions(+), 15 deletions(-)

-- 
2.49.0