aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell
2022-02-21include: Move qemu_mprotect_*() to new qemu/mprotect.hPeter Maydell
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell
2022-02-179pfs: Fix segfault in do_readdir_many caused by struct dirent overreadVitaly Chikunov
2022-02-16configure, meson: move membarrier test to mesonPaolo Bonzini
2022-02-14util: adjust coroutine pool size to virtio block queueHiroki Narukawa
2022-02-06util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()David Hildenbrand
2022-02-04cpuid: use unsigned for max cpuidMichael S. Tsirkin
2022-02-01block/export: Fix vhost-user-blk shutdown with requests in flightKevin Wolf
2022-01-14Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi
2022-01-12meson: reenable filemonitor-inotify compilationVolker Rümelin
2022-01-08qemu/int128: addition of div/rem 128-bit operationsFrédéric Pétrot
2022-01-07util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand
2022-01-07util/oslib-posix: Support concurrent os_mem_prealloc() invocationDavid Hildenbrand
2022-01-07util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITEDavid Hildenbrand
2022-01-07util/oslib-posix: Don't create too many threads with small memory or little p...David Hildenbrand
2022-01-07util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()David Hildenbrand
2022-01-07util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()David Hildenbrand
2022-01-07util/oslib-posix: Let touch_all_pages() return an errorDavid Hildenbrand
2021-11-16transactions: Invoke clean() after everything elseHanna Reitz
2021-11-10rcu: Introduce force_rcu notifierGreg Kurz
2021-11-02util: Make some iova_tree parameters constEugenio Pérez
2021-10-27host-utils: add 128-bit quotient support to divu128/divs128Luis Pires
2021-10-27host-utils: move checks out of divu128/divs128Luis Pires
2021-10-15qemu-option: Allow deleting opts during qemu_opts_foreach()Kevin Wolf
2021-10-14configure, meson: move more compiler checks to MesonPaolo Bonzini
2021-10-14configure, meson: move pthread_setname_np checks to MesonPaolo Bonzini
2021-10-13util/compatfd.c: use libc signalfd wrapper instead of raw syscallKacper Słomiński
2021-09-30Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-09-30build-sys: add HAVE_IPPROTO_MPTCPMarc-André Lureau
2021-09-29host-utils: Fix overflow detection in divu128()Luis Pires