]> git.proxmox.com Git - mirror_qemu.git/commit
win32: use glib gpoll if glib >= 2.50
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 3 Jan 2017 19:19:33 +0000 (20:19 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 24 Jan 2017 20:26:53 +0000 (23:26 +0300)
commit1706e9d819ff610154fe47ef3a195c2fd6604efe
tree23dc241d61b4f165009af85bd0494fdf0ac3c844
parent6e4c890e15b23f078650499fbde11760b8eccf10
win32: use glib gpoll if glib >= 2.50

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
hopefully has a better maintainance. Hopefully, we can drop the qemu
copy in a few years.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/glib-compat.h
util/oslib-win32.c