Paolo Bonzini
b493317d34
aio-win32: add support for sockets
...
Uses the same select/WSAEventSelect scheme as main-loop.c.
WSAEventSelect() is edge-triggered, so it cannot be used
directly, but it is still used as a way to exit from a
blocking g_poll().
Before g_poll() is called, we poll sockets with a non-blocking
select() to achieve the level-triggered semantics we require:
if a socket is ready, the g_poll() is made non-blocking too.
Based on a patch from Or Goshen.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-08-29 10:46:58 +01:00
..
2014-08-20 11:51:28 +02:00
2014-07-09 15:50:11 +02:00
2014-08-22 11:07:00 +02:00
2014-08-20 14:31:56 +02:00
2014-08-20 11:51:28 +02:00
2014-08-15 15:07:15 +02:00
2014-07-01 10:47:01 +02:00
2014-07-01 10:15:34 +02:00
2014-08-29 10:46:57 +01:00
2014-08-15 15:07:15 +02:00
2014-08-20 11:51:28 +02:00
2014-08-22 10:55:22 +02:00
2014-07-15 15:34:13 +02:00
2014-08-29 10:46:58 +01:00
2014-08-28 13:42:25 +01:00
2014-06-04 09:56:11 +02:00
2014-06-04 09:56:11 +02:00
2014-08-20 14:31:56 +02:00
2014-08-20 11:51:28 +02:00
2014-08-20 11:51:28 +02:00
2014-08-15 15:07:14 +02:00
2014-08-20 11:51:28 +02:00
2014-08-20 11:51:28 +02:00
2014-08-20 11:51:28 +02:00
2014-08-20 11:51:28 +02:00
2014-08-20 11:51:28 +02:00
2014-08-20 11:51:28 +02:00
2014-08-20 11:51:28 +02:00
2014-08-20 11:51:28 +02:00
2011-08-20 23:01:08 -05:00
2011-08-20 23:01:08 -05:00
2012-03-12 15:14:06 +01:00
2014-06-04 09:56:11 +02:00
2014-08-15 15:07:15 +02:00
2014-07-14 12:03:20 +02:00
2014-08-29 10:46:58 +01:00
2014-07-18 13:18:43 +01:00
2014-07-07 11:05:17 +02:00
2014-08-22 11:00:56 +02:00
2014-06-16 17:23:21 +08:00
2014-08-20 11:51:28 +02:00
2014-08-29 10:46:57 +01:00
2014-02-17 11:57:23 -05:00
2014-06-16 17:23:21 +08:00
2014-07-18 13:18:43 +01:00
2014-08-20 11:51:28 +02:00
2014-08-15 15:07:14 +02:00
2014-08-20 11:51:28 +02:00
2014-08-20 11:51:28 +02:00
2014-08-15 15:07:14 +02:00
2014-08-22 11:10:12 +02:00
2014-08-15 15:07:16 +02:00
2014-08-21 10:36:29 +02:00
2014-08-15 15:07:16 +02:00