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