Re: [Qemu-devel] [PATCH v2] glib: fix g_poll early timeout on windows

2014-04-18 Thread Stefan Weil
Please see my remarks below. Am 18.04.2014 13:51, schrieb Stanislav Vorobiov: > From: Sangho Park > > g_poll has a problem on windows when using > timeouts < 10ms, in glib/gpoll.c: > > /* If not, and we have a significant timeout, poll again with > * timeout then. Note that this will return in

[Qemu-devel] [PATCH v2] glib: fix g_poll early timeout on windows

2014-04-18 Thread Stanislav Vorobiov
From: Sangho Park g_poll has a problem on windows when using timeouts < 10ms, in glib/gpoll.c: /* If not, and we have a significant timeout, poll again with * timeout then. Note that this will return indication for only * one event, or only for messages. We ignore timeouts less than * ten mil