aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson
2022-04-20util/log: Return bool from qemu_set_log_filenameRichard Henderson
2022-04-20util/log: Drop manual log bufferingRichard Henderson
2022-04-06thread-posix: optimize qemu_sem_timedwait with zero timeoutPaolo Bonzini
2022-04-06thread-posix: implement Semaphore with QemuCond and QemuMutexLongpeng(Mike)
2022-04-06thread-posix: use monotonic clock for QemuCond and QemuSemaphoreLongpeng(Mike)
2022-04-06thread-posix: remove the posix semaphore supportLongpeng(Mike)
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Move fcntl_setfl() to oslib-posixMarc-André Lureau
2022-04-06include: move progress API to qemu-progress.hMarc-André Lureau
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau
2022-04-06error-report: use error_printf() for program prefixMarc-André Lureau
2022-04-06util: rename qemu-error.c to match its header nameMarc-André Lureau
2022-04-06error-report: replace deprecated g_get_current_time() with glib >= 2.62Marc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-04-06char: move qemu_openpty_raw from util/ to char/Marc-André Lureau
2022-04-06meson: add util dependency for oslib-posix on freebsdMarc-André Lureau
2022-04-06oslib: drop qemu_gettimeofday()Marc-André Lureau
2022-03-22error: use GLib to remember the program nameMarc-André Lureau
2022-03-22util: remove the net/net.h dependencyMarc-André Lureau
2022-03-22util: remove needless includesMarc-André Lureau
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau
2022-03-21Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-03-21Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-18util/osdep: Remove some early cruftAndrew Deason
2022-03-18util/osdep: Avoid madvise proto on modern SolarisAndrew Deason
2022-03-17aio-posix: fix spurious ->poll_ready() callbacks in main loopStefan Hajnoczi
2022-03-17aio-posix: fix build failure io_uring 2.2Haiyue Wang
2022-03-15util: add iova_tree_find_iovaEugenio Pérez
2022-03-15util: Add iova_tree_alloc_mapEugenio Pérez
2022-03-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell
2022-03-08Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...Peter Maydell
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-07util: Put qemu_vfree() in memalign.cPeter Maydell
2022-03-07util: Use meson checks for valloc() and memalign() presencePeter Maydell
2022-03-07util: Share qemu_try_memalign() implementation between POSIX and WindowsPeter Maydell
2022-03-07util: Return valid allocation for qemu_try_memalign() with zero sizePeter Maydell
2022-03-07util: Unify implementations of qemu_memalign()Peter Maydell
2022-03-07util: Make qemu_oom_check() a static functionPeter Maydell
2022-03-079pfs: move qemu_dirent_dup() from osdep -> 9p-utilChristian Schoenebeck
2022-03-07block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()Vladimir Sementsov-Ogievskiy
2022-03-06event_notifier: add event_notifier_get_wfd()Sergio Lopez
2022-03-04rcu: use coroutine TLS macrosStefan Hajnoczi
2022-03-04util/async: replace __thread with QEMU TLS macrosStefan Hajnoczi
2022-02-28keyval: Fix grammar comment to cover downstream prefixMarkus Armbruster
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell