aboutsummaryrefslogtreecommitdiff
path: root/io/channel-watch.c
AgeCommit message (Expand)Author
2023-03-13win32: avoid mixing SOCKET and file descriptor spaceMarc-André Lureau
2023-03-13win32/socket: introduce qemu_socket_select() helperMarc-André Lureau
2022-10-26io/channel-watch: Fix socket watch on WindowsBin Meng
2022-10-26io/channel-watch: Drop the unnecessary castBin Meng
2022-10-26io/channel-watch: Drop a superfluous '#ifdef WIN32'Bin Meng
2020-10-27io: Fix Lesser GPL version numberChetan Pant
2017-02-21io: add methods to set I/O handlers on AioContextPaolo Bonzini
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini
2016-03-10io: introduce qio_channel_create_socket_watchPaolo Bonzini
2016-03-10io: pass HANDLE to g_source_add_poll on Win32Paolo Bonzini
2016-02-04io: Clean up includesPeter Maydell
2015-12-18io: add helper module for creating watches on FDsDaniel P. Berrange