aboutsummaryrefslogtreecommitdiff
path: root/include/glib-compat.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Bump minimum glib version to v2.66Thomas Huth1-25/+2
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-0/+4
2022-04-21glib-compat: isolate g_date_time_format_iso8601 version-bypassMarc-André Lureau1-10/+0
2022-04-06error-report: replace deprecated g_get_current_time() with glib >= 2.62Marc-André Lureau1-0/+10
2022-01-18docs/devel: more documentation on the use of suffixesAlex Bennée1-3/+3
2021-12-17glib-compat: Introduce g_memdup2() wrapperPhilippe Mathieu-Daudé1-0/+37
2021-06-02configure: bump min required glib version to 2.56Daniel P. Berrangé1-11/+2
2021-05-04glib-compat: accept G_TEST_SLOW environment variablePaolo Bonzini1-0/+17
2020-11-02glib-compat: add g_unix_get_passwd_entry_qemu()Marc-André Lureau1-0/+28
2019-08-22glib: bump min required glib library version to 2.48Daniel P. Berrangé1-40/+2
2019-02-07slirp: Move g_spawn_async_with_fds_qemu compatibility to slirp/Samuel Thibault1-57/+0
2019-01-14glib-compat: add g_spawn_async_with_fds() fallbackMarc-André Lureau1-0/+56
2018-06-29glib: enforce the minimum required version and warn about old APIsDaniel P. Berrangé1-0/+68
2018-06-29glib: bump min required glib library version to 2.40Daniel P. Berrangé1-319/+0
2017-10-10glib-compat: move G_SOURCE_CONTINUE/REMOVE thereMarc-André Lureau1-0/+7
2017-09-22migration: Teach it about G_SOURCE_REMOVEJuan Quintela1-0/+2
2017-04-26qga: Add 'guest-get-users' commandVinzenz Feenstra1-0/+6
2017-03-01glib-compat: add g_test_add_data_func_full fallbackMarc-André Lureau1-0/+21
2017-01-24win32: use glib gpoll if glib >= 2.50Marc-André Lureau1-1/+1
2016-11-01tests: send error_report to test logPaolo Bonzini1-0/+13
2016-10-27char: set name for all I/O channels createdDaniel P. Berrange1-0/+4
2016-10-27io: add ability to set a name for IO channelsDaniel P. Berrange1-0/+7
2016-09-08glib-compat: add g_(s)list_free_full()Marc-André Lureau1-0/+24
2016-08-19glib: add compatibility implementation for g_dir_make_tmp()Sascha Silbe1-0/+20
2016-06-29vhost-user-test: fix g_cond_wait_until compat implementationPaolo Bonzini1-0/+26
2015-10-30glib: add compatibility interface for g_hash_table_add()Markus Armbruster1-0/+8
2015-10-19glib-compat: add 2.38/2.40/2.46 assertsMarc-André Lureau1-0/+61
2015-05-22glib: remove stale compat functionsJohn Snow1-35/+0
2015-05-08glib-compat.h: change assert to g_assertMichael Tokarev1-3/+3
2015-04-02glib-compat: fix problems with not-quite glib 2.22Cornelia Huck1-1/+3
2014-10-16glib: add compatibility interface for g_strcmp0()Gonglei1-0/+17
2014-10-15glib: add compatibility interface for g_get_monotonic_time()Stefan Hajnoczi1-0/+19
2014-06-10glib-compat.h: add new thread API emulation on top of pre-2.31 APIMichael Tokarev1-0/+119
2014-05-09glib: fix g_poll early timeout on windowsSangho Park1-1/+8
2014-05-07glib: move g_poll() replacement into glib-compat.hStefan Hajnoczi1-0/+12
2013-03-25glib: add a compatibility interface for g_timeout_add_secondsAnthony Liguori1-0/+27