qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] system/win32: Remove unused Error argument in qemu_socket_[un]select()
@ 2025-07-15  8:35 Philippe Mathieu-Daudé
  2025-07-15  8:35 ` [RFC PATCH 1/2] system/os-win32: Remove unused Error** argument in qemu_socket_unselect Philippe Mathieu-Daudé
  2025-07-15  8:35 ` [RFC PATCH 2/2] system/os-win32: Remove unused Error** argument in qemu_socket_select Philippe Mathieu-Daudé
  0 siblings, 2 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-07-15  8:35 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fam Zheng, Stefan Hajnoczi, Marc-André Lureau,
	Markus Armbruster, Daniel P. Berrangé, Stefan Weil,
	qemu-block, Philippe Mathieu-Daudé

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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-07-16 11:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-15  8:35 [RFC PATCH 0/2] system/win32: Remove unused Error argument in qemu_socket_[un]select() Philippe Mathieu-Daudé
2025-07-15  8:35 ` [RFC PATCH 1/2] system/os-win32: Remove unused Error** argument in qemu_socket_unselect Philippe Mathieu-Daudé
2025-07-15  8:44   ` Manos Pitsidianakis
2025-07-15  8:54   ` Daniel P. Berrangé
2025-07-16 10:41     ` Markus Armbruster
2025-07-16 10:50       ` Daniel P. Berrangé
2025-07-16 11:01         ` Markus Armbruster
2025-07-15  8:35 ` [RFC PATCH 2/2] system/os-win32: Remove unused Error** argument in qemu_socket_select Philippe Mathieu-Daudé
2025-07-15  8:44   ` Manos Pitsidianakis
2025-07-15  8:56   ` Daniel P. Berrangé
2025-07-16 10:48     ` Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).