summaryrefslogtreecommitdiffstats
path: root/include/glib-compat.h
Commit message (Expand)AuthorAgeFilesLines
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-0/+4
* glib-compat: isolate g_date_time_format_iso8601 version-bypassMarc-André Lureau2022-04-211-10/+0Star
* error-report: replace deprecated g_get_current_time() with glib >= 2.62Marc-André Lureau2022-04-061-0/+10
* docs/devel: more documentation on the use of suffixesAlex Bennée2022-01-181-3/+3
* glib-compat: Introduce g_memdup2() wrapperPhilippe Mathieu-Daudé2021-12-171-0/+37
* configure: bump min required glib version to 2.56Daniel P. Berrangé2021-06-021-11/+2Star
* glib-compat: accept G_TEST_SLOW environment variablePaolo Bonzini2021-05-041-0/+17
* glib-compat: add g_unix_get_passwd_entry_qemu()Marc-André Lureau2020-11-031-0/+28
* glib: bump min required glib library version to 2.48Daniel P. Berrangé2019-08-221-40/+2Star
* slirp: Move g_spawn_async_with_fds_qemu compatibility to slirp/Samuel Thibault2019-02-071-57/+0Star
* glib-compat: add g_spawn_async_with_fds() fallbackMarc-André Lureau2019-01-141-0/+56
* glib: enforce the minimum required version and warn about old APIsDaniel P. Berrangé2018-06-291-0/+68
* glib: bump min required glib library version to 2.40Daniel P. Berrangé2018-06-291-319/+0Star
* glib-compat: move G_SOURCE_CONTINUE/REMOVE thereMarc-André Lureau2017-10-101-0/+7
* migration: Teach it about G_SOURCE_REMOVEJuan Quintela2017-09-221-0/+2
* qga: Add 'guest-get-users' commandVinzenz Feenstra2017-04-271-0/+6
* glib-compat: add g_test_add_data_func_full fallbackMarc-André Lureau2017-02-281-0/+21
* win32: use glib gpoll if glib >= 2.50Marc-André Lureau2017-01-241-1/+1
* tests: send error_report to test logPaolo Bonzini2016-11-011-0/+13
* char: set name for all I/O channels createdDaniel P. Berrange2016-10-271-0/+4
* io: add ability to set a name for IO channelsDaniel P. Berrange2016-10-271-0/+7
* glib-compat: add g_(s)list_free_full()Marc-André Lureau2016-09-081-0/+24
* glib: add compatibility implementation for g_dir_make_tmp()Sascha Silbe2016-08-191-0/+20
* vhost-user-test: fix g_cond_wait_until compat implementationPaolo Bonzini2016-06-291-0/+26
* glib: add compatibility interface for g_hash_table_add()Markus Armbruster2015-10-301-0/+8
* glib-compat: add 2.38/2.40/2.46 assertsMarc-André Lureau2015-10-201-0/+61
* glib: remove stale compat functionsJohn Snow2015-05-221-35/+0Star
* glib-compat.h: change assert to g_assertMichael Tokarev2015-05-081-3/+3
* glib-compat: fix problems with not-quite glib 2.22Cornelia Huck2015-04-021-1/+3
* glib: add compatibility interface for g_strcmp0()Gonglei2014-10-171-0/+17
* glib: add compatibility interface for g_get_monotonic_time()Stefan Hajnoczi2014-10-151-0/+19
* glib-compat.h: add new thread API emulation on top of pre-2.31 APIMichael Tokarev2014-06-101-0/+119
* glib: fix g_poll early timeout on windowsSangho Park2014-05-091-1/+8
* glib: move g_poll() replacement into glib-compat.hStefan Hajnoczi2014-05-071-0/+12
* glib: add a compatibility interface for g_timeout_add_secondsAnthony Liguori2013-03-251-0/+27