summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...Peter Maydell2022-03-081-21/+0Star
|\
| * 9pfs: move qemu_dirent_dup() from osdep -> 9p-utilChristian Schoenebeck2022-03-071-21/+0Star
* | block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()Vladimir Sementsov-Ogievskiy2022-03-071-0/+33
|/
* rcu: use coroutine TLS macrosStefan Hajnoczi2022-03-041-5/+5
* util/async: replace __thread with QEMU TLS macrosStefan Hajnoczi2022-03-041-5/+7
* keyval: Fix grammar comment to cover downstream prefixMarkus Armbruster2022-02-281-1/+3
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2022-02-211-1/+3
|\
| * configure, meson: move membarrier test to mesonPaolo Bonzini2022-02-161-1/+3
* | include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell2022-02-211-0/+1
* | include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell2022-02-213-0/+3
* | include: Move qemu_mprotect_*() to new qemu/mprotect.hPeter Maydell2022-02-211-0/+1
* | include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-212-0/+2
* | 9pfs: Fix segfault in do_readdir_many caused by struct dirent overreadVitaly Chikunov2022-02-171-0/+21
|/
* util: adjust coroutine pool size to virtio block queueHiroki Narukawa2022-02-141-4/+16
* util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()David Hildenbrand2022-02-061-0/+1
* cpuid: use unsigned for max cpuidMichael S. Tsirkin2022-02-041-1/+1
* block/export: Fix vhost-user-blk shutdown with requests in flightKevin Wolf2022-02-011-0/+22
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2022-01-147-34/+90
|\
| * aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-127-34/+90
* | meson: reenable filemonitor-inotify compilationVolker Rümelin2022-01-121-2/+5
|/
* qemu/int128: addition of div/rem 128-bit operationsFrédéric Pétrot2022-01-082-0/+148
* util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand2022-01-081-3/+34
* util/oslib-posix: Support concurrent os_mem_prealloc() invocationDavid Hildenbrand2022-01-071-0/+9
* util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITEDavid Hildenbrand2022-01-071-0/+8
* util/oslib-posix: Don't create too many threads with small memory or little p...David Hildenbrand2022-01-071-2/+10
* util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()David Hildenbrand2022-01-071-26/+47
* util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()David Hildenbrand2022-01-071-21/+62
* util/oslib-posix: Let touch_all_pages() return an errorDavid Hildenbrand2022-01-071-12/+16
* transactions: Invoke clean() after everything elseHanna Reitz2021-11-161-2/+6
* rcu: Introduce force_rcu notifierGreg Kurz2021-11-101-0/+19
* util: Make some iova_tree parameters constEugenio Pérez2021-11-021-6/+6
* host-utils: add 128-bit quotient support to divu128/divs128Luis Pires2021-10-281-41/+86
* host-utils: move checks out of divu128/divs128Luis Pires2021-10-281-22/+18Star
* qemu-option: Allow deleting opts during qemu_opts_foreach()Kevin Wolf2021-10-151-2/+2
* configure, meson: move more compiler checks to MesonPaolo Bonzini2021-10-141-1/+3
* configure, meson: move pthread_setname_np checks to MesonPaolo Bonzini2021-10-141-3/+2Star
* util/compatfd.c: use libc signalfd wrapper instead of raw syscallKacper Słomiński2021-10-131-3/+2Star
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-09-301-3/+3
|\
| * build-sys: add HAVE_IPPROTO_MPTCPMarc-André Lureau2021-09-301-3/+3
* | host-utils: Fix overflow detection in divu128()Luis Pires2021-09-291-1/+1
|/
* qapi: Convert simple union SocketAddressLegacy to flat oneMarkus Armbruster2021-09-271-4/+4
* util: Remove redundant checks in the openpty()AlexChen2021-09-151-4/+3Star
* util: Suppress -Wstringop-overflow in qemu_thread_startRichard Henderson2021-09-131-0/+19
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-09-071-44/+55
|\
| * util/vfio-helpers: Let qemu_vfio_do_mapping() propagate ErrorPhilippe Mathieu-Daudé2021-09-071-4/+4
| * util/vfio-helpers: Simplify qemu_vfio_dma_map() returning directlyPhilippe Mathieu-Daudé2021-09-071-13/+10Star
| * util/vfio-helpers: Use error_setg in qemu_vfio_find_[fixed/temp]_iovaPhilippe Mathieu-Daudé2021-09-071-10/+14
| * util/vfio-helpers: Extract qemu_vfio_water_mark_reached()Philippe Mathieu-Daudé2021-09-071-1/+16
| * util/vfio-helpers: Pass Error handle to qemu_vfio_dma_map()Philippe Mathieu-Daudé2021-09-071-4/+6
| * util/vfio-helpers: Remove unreachable code in qemu_vfio_dma_map()Philippe Mathieu-Daudé2021-09-071-4/+0Star