Age | Commit message (Expand) | Author |
2022-04-06 | thread-posix: optimize qemu_sem_timedwait with zero timeout | Paolo Bonzini |
2022-04-06 | thread-posix: implement Semaphore with QemuCond and QemuMutex | Longpeng(Mike) |
2022-04-06 | thread-posix: use monotonic clock for QemuCond and QemuSemaphore | Longpeng(Mike) |
2022-04-06 | thread-posix: remove the posix semaphore support | Longpeng(Mike) |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-04-06 | Move fcntl_setfl() to oslib-posix | Marc-André Lureau |
2022-04-06 | include: move progress API to qemu-progress.h | Marc-André Lureau |
2022-04-06 | include: move C/util-related declarations to cutils.h | Marc-André Lureau |
2022-04-06 | error-report: use error_printf() for program prefix | Marc-André Lureau |
2022-04-06 | util: rename qemu-error.c to match its header name | Marc-André Lureau |
2022-04-06 | error-report: replace deprecated g_get_current_time() with glib >= 2.62 | Marc-André Lureau |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau |
2022-04-06 | char: move qemu_openpty_raw from util/ to char/ | Marc-André Lureau |
2022-04-06 | meson: add util dependency for oslib-posix on freebsd | Marc-André Lureau |
2022-04-06 | oslib: drop qemu_gettimeofday() | Marc-André Lureau |
2022-03-22 | error: use GLib to remember the program name | Marc-André Lureau |
2022-03-22 | util: remove the net/net.h dependency | Marc-André Lureau |
2022-03-22 | util: remove needless includes | Marc-André Lureau |
2022-03-22 | Drop qemu_foo() socket API wrapper | Marc-André Lureau |
2022-03-21 | Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/armbru into staging | Peter Maydell |
2022-03-21 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Peter Maydell |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-03-18 | util/osdep: Remove some early cruft | Andrew Deason |
2022-03-18 | util/osdep: Avoid madvise proto on modern Solaris | Andrew Deason |
2022-03-17 | aio-posix: fix spurious ->poll_ready() callbacks in main loop | Stefan Hajnoczi |
2022-03-17 | aio-posix: fix build failure io_uring 2.2 | Haiyue Wang |
2022-03-15 | util: add iova_tree_find_iova | Eugenio Pérez |
2022-03-15 | util: Add iova_tree_alloc_map | Eugenio Pérez |
2022-03-08 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2022-03-08 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'... | Peter Maydell |
2022-03-08 | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int... | Peter Maydell |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell |
2022-03-07 | util: Put qemu_vfree() in memalign.c | Peter Maydell |
2022-03-07 | util: Use meson checks for valloc() and memalign() presence | Peter Maydell |
2022-03-07 | util: Share qemu_try_memalign() implementation between POSIX and Windows | Peter Maydell |
2022-03-07 | util: Return valid allocation for qemu_try_memalign() with zero size | Peter Maydell |
2022-03-07 | util: Unify implementations of qemu_memalign() | Peter Maydell |
2022-03-07 | util: Make qemu_oom_check() a static function | Peter Maydell |
2022-03-07 | 9pfs: move qemu_dirent_dup() from osdep -> 9p-util | Christian Schoenebeck |
2022-03-07 | block/dirty-bitmap: introduce bdrv_dirty_bitmap_status() | Vladimir Sementsov-Ogievskiy |
2022-03-06 | event_notifier: add event_notifier_get_wfd() | Sergio Lopez |
2022-03-04 | rcu: use coroutine TLS macros | Stefan Hajnoczi |
2022-03-04 | util/async: replace __thread with QEMU TLS macros | Stefan Hajnoczi |
2022-02-28 | keyval: Fix grammar comment to cover downstream prefix | Markus Armbruster |
2022-02-21 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2022-02-21 | include: Move hardware version declarations to new qemu/hw-version.h | Peter Maydell |
2022-02-21 | include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h | Peter Maydell |
2022-02-21 | include: Move qemu_mprotect_*() to new qemu/mprotect.h | Peter Maydell |
2022-02-21 | include: Move qemu_madvise() and related #defines to new qemu/madvise.h | Peter Maydell |