Age | Commit message (Expand) | Author |
---|---|---|
2023-03-13 | win32: avoid mixing SOCKET and file descriptor space | Marc-André Lureau |
2023-03-13 | win32/socket: introduce qemu_socket_select() helper | Marc-André Lureau |
2022-10-26 | io/channel-watch: Fix socket watch on Windows | Bin Meng |
2022-10-26 | io/channel-watch: Drop the unnecessary cast | Bin Meng |
2022-10-26 | io/channel-watch: Drop a superfluous '#ifdef WIN32' | Bin Meng |
2020-10-27 | io: Fix Lesser GPL version number | Chetan Pant |
2017-02-21 | io: add methods to set I/O handlers on AioContext | Paolo Bonzini |
2016-03-10 | io: implement socket watch for win32 using WSAEventSelect+select | Paolo Bonzini |
2016-03-10 | io: introduce qio_channel_create_socket_watch | Paolo Bonzini |
2016-03-10 | io: pass HANDLE to g_source_add_poll on Win32 | Paolo Bonzini |
2016-02-04 | io: Clean up includes | Peter Maydell |
2015-12-18 | io: add helper module for creating watches on FDs | Daniel P. Berrange |