aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2022-03-18util/osdep: Remove some early cruftAndrew Deason1-7/+0
2022-03-18util/osdep: Avoid madvise proto on modern SolarisAndrew Deason1-3/+0
2022-03-15util: add iova_tree_find_iovaEugenio Pérez1-0/+34
2022-03-15util: Add iova_tree_alloc_mapEugenio Pérez1-0/+136
2022-03-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+5
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell6-81/+95
2022-03-08Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...Peter Maydell1-21/+0
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell3-0/+3
2022-03-07util: Put qemu_vfree() in memalign.cPeter Maydell3-12/+11
2022-03-07util: Use meson checks for valloc() and memalign() presencePeter Maydell1-2/+4
2022-03-07util: Share qemu_try_memalign() implementation between POSIX and WindowsPeter Maydell3-46/+39
2022-03-07util: Return valid allocation for qemu_try_memalign() with zero sizePeter Maydell2-1/+6
2022-03-07util: Unify implementations of qemu_memalign()Peter Maydell4-28/+40
2022-03-07util: Make qemu_oom_check() a static functionPeter Maydell2-2/+2
2022-03-079pfs: move qemu_dirent_dup() from osdep -> 9p-utilChristian Schoenebeck1-21/+0
2022-03-07block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()Vladimir Sementsov-Ogievskiy1-0/+33
2022-03-06event_notifier: add event_notifier_get_wfd()Sergio Lopez1-0/+5
2022-03-04rcu: use coroutine TLS macrosStefan Hajnoczi1-5/+5
2022-03-04util/async: replace __thread with QEMU TLS macrosStefan Hajnoczi1-5/+7
2022-02-28keyval: Fix grammar comment to cover downstream prefixMarkus Armbruster1-1/+3
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+3
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell1-0/+1
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell3-0/+3
2022-02-21include: Move qemu_mprotect_*() to new qemu/mprotect.hPeter Maydell1-0/+1
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2-0/+2
2022-02-179pfs: Fix segfault in do_readdir_many caused by struct dirent overreadVitaly Chikunov1-0/+21
2022-02-16configure, meson: move membarrier test to mesonPaolo Bonzini1-1/+3
2022-02-14util: adjust coroutine pool size to virtio block queueHiroki Narukawa1-4/+16
2022-02-06util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()David Hildenbrand1-0/+1
2022-02-04cpuid: use unsigned for max cpuidMichael S. Tsirkin1-1/+1
2022-02-01block/export: Fix vhost-user-blk shutdown with requests in flightKevin Wolf1-0/+22
2022-01-14Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell7-34/+90
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi7-34/+90
2022-01-12meson: reenable filemonitor-inotify compilationVolker Rümelin1-2/+5
2022-01-08qemu/int128: addition of div/rem 128-bit operationsFrédéric Pétrot2-0/+148
2022-01-07util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand1-3/+34
2022-01-07util/oslib-posix: Support concurrent os_mem_prealloc() invocationDavid Hildenbrand1-0/+9
2022-01-07util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITEDavid Hildenbrand1-0/+8
2022-01-07util/oslib-posix: Don't create too many threads with small memory or little p...David Hildenbrand1-2/+10
2022-01-07util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()David Hildenbrand1-26/+47
2022-01-07util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()David Hildenbrand1-21/+62
2022-01-07util/oslib-posix: Let touch_all_pages() return an errorDavid Hildenbrand1-12/+16
2021-11-16transactions: Invoke clean() after everything elseHanna Reitz1-2/+6
2021-11-10rcu: Introduce force_rcu notifierGreg Kurz1-0/+19
2021-11-02util: Make some iova_tree parameters constEugenio Pérez1-6/+6
2021-10-27host-utils: add 128-bit quotient support to divu128/divs128Luis Pires1-41/+86
2021-10-27host-utils: move checks out of divu128/divs128Luis Pires1-22/+18
2021-10-15qemu-option: Allow deleting opts during qemu_opts_foreach()Kevin Wolf1-2/+2
2021-10-14configure, meson: move more compiler checks to MesonPaolo Bonzini1-1/+3
2021-10-14configure, meson: move pthread_setname_np checks to MesonPaolo Bonzini1-3/+2