Re: [Qemu-devel] [PATCH] win32: use glib gpoll if glib >= 2.50

2017-01-12 Thread Michael Tokarev
03.01.2017 22:19, Marc-André Lureau wrote: > A fix has been committed in upstream glib commit > 210a9796f78eb90f76f1bd6a304e9fea05e97617. > (See also related bug https://bugzilla.gnome.org/show_bug.cgi?id=764415) > > It is desirable to use the glib version instead of qemu copy, since it > provides

Re: [Qemu-devel] [PATCH] win32: use glib gpoll if glib >= 2.50

2017-01-04 Thread Daniel P. Berrange
On Tue, Jan 03, 2017 at 08:19:33PM +0100, Marc-André Lureau wrote: > A fix has been committed in upstream glib commit > 210a9796f78eb90f76f1bd6a304e9fea05e97617. > (See also related bug https://bugzilla.gnome.org/show_bug.cgi?id=764415) The bug is a little misleading because the comments indicate

Re: [Qemu-devel] [PATCH] win32: use glib gpoll if glib >= 2.50

2017-01-03 Thread Stefan Weil
On 01/03/17 20:19, Marc-André Lureau wrote: A fix has been committed in upstream glib commit 210a9796f78eb90f76f1bd6a304e9fea05e97617. (See also related bug https://bugzilla.gnome.org/show_bug.cgi?id=764415) It is desirable to use the glib version instead of qemu copy, since it provides more deb

[Qemu-devel] [PATCH] win32: use glib gpoll if glib >= 2.50

2017-01-03 Thread Marc-André Lureau
A fix has been committed in upstream glib commit 210a9796f78eb90f76f1bd6a304e9fea05e97617. (See also related bug https://bugzilla.gnome.org/show_bug.cgi?id=764415) It is desirable to use the glib version instead of qemu copy, since it provides more debugging facilities (G_MAIN_POLL_DEBUG etc), and