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

2014-05-08 Thread Michael Tokarev
07.05.2014 16:36, Stanislav Vorobiov wrote: > Hi, > > IMHO it's not a problem, automerge will resolve this Now the trivial queue pull request has been processed, some of this patch is in the tree. I don't know what is this magic "automerge" which you're talking about. The thing is that your cod

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

2014-05-07 Thread Stanislav Vorobiov
Hi, IMHO it's not a problem, automerge will resolve this On 05/07/2014 04:21 PM, Michael Tokarev wrote: > 07.05.2014 13:07, Stanislav Vorobiov wrote: >> From: Sangho Park > [] >> include/glib-compat.h | 19 + >> include/qemu-common.h | 12 -- > > JFYI, this will clash with glib

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

2014-05-07 Thread Michael Tokarev
07.05.2014 13:07, Stanislav Vorobiov wrote: > From: Sangho Park [] > include/glib-compat.h | 19 + > include/qemu-common.h | 12 -- JFYI, this will clash with glib cleanup series I posted earlier (http://thread.gmane.org/gmane.comp.emulators.qemu/270259) with some of these patches

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

2014-05-07 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