summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* modules: generate modinfo.cGerd Hoffmann2021-07-091-0/+11
* meson: fix missing preprocessor symbolsPaolo Bonzini2021-07-091-1/+1
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-07-082-6/+23
|\
| * util/async: print leaked BH name when AioContext finalizesStefan Hajnoczi2021-07-051-2/+14
| * util/async: add a human-readable name to BHs for debuggingStefan Hajnoczi2021-07-052-4/+9
* | qemu-option: remove now-dead codePaolo Bonzini2021-07-061-41/+10Star
* | keyval: introduce keyval_parse_intoPaolo Bonzini2021-07-061-8/+35
* | keyval: introduce keyval_mergePaolo Bonzini2021-07-061-0/+80
* | configure: convert compiler tests to meson, part 1Paolo Bonzini2021-07-061-1/+3
* | meson: store dependency('threads') in a variablePaolo Bonzini2021-07-061-1/+0Star
|/
* co-shared-resource: protect with a mutexEmanuele Giuseppe Esposito2021-06-251-5/+19
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in...Peter Maydell2021-06-221-1/+5
|\
| * util/oslib-win32: Fix fatal assertion in qemu_try_memalignStefan Weil2021-06-191-1/+5
* | qemu-sockets: introduce socket_address_parse_named_fd()Vladimir Sementsov-Ogievskiy2021-06-181-0/+19
* | async: the main AioContext is only "current" if under the BQLPaolo Bonzini2021-06-182-0/+21
|/
* util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson2021-06-161-6/+6
* util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson2021-06-162-3/+3
* util: Use real functions for thread-posix QemuRecMutexRichard Henderson2021-06-161-0/+20
* util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand2021-06-151-2/+67
* memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-153-3/+23
* util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand2021-06-152-8/+10
* util/mmap-alloc: Factor out activating of memory to mmap_activate()David Hildenbrand2021-06-151-44/+50
* util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()David Hildenbrand2021-06-151-25/+33
* util/mmap-alloc: Factor out calculation of the pagesize for the guard pageDavid Hildenbrand2021-06-151-15/+16
* qemu-config: use qemu_opts_from_qdictPaolo Bonzini2021-06-151-16/+1Star
* util/osdep: Add qemu_mprotect_rwRichard Henderson2021-06-141-0/+9
* sockets: Support multipath TCPDr. David Alan Gilbert2021-06-081-0/+23
* qemu-config: parse configuration files to a QDictPaolo Bonzini2021-06-041-30/+68
* oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONB...Brad Smith2021-06-041-11/+0Star
* configure: bump min required glib version to 2.56Daniel P. Berrangé2021-06-021-204/+0Star
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* qemu-config: load modules when instantiating option groupsPaolo Bonzini2021-05-261-0/+1
* coroutine-sleep: introduce qemu_co_sleepPaolo Bonzini2021-05-211-7/+19
* coroutine-sleep: replace QemuCoSleepState pointer with struct in the APIPaolo Bonzini2021-05-211-23/+18Star
* coroutine-sleep: move timer out of QemuCoSleepStatePaolo Bonzini2021-05-211-4/+4
* coroutine-sleep: allow qemu_co_sleep_wake that wakes nothingPaolo Bonzini2021-05-211-9/+12
* coroutine-sleep: disallow NULL QemuCoSleepState** argumentPaolo Bonzini2021-05-211-13/+5Star
* coroutine-sleep: use a stack-allocated timerPaolo Bonzini2021-05-211-5/+4Star
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-05-11' into st...Peter Maydell2021-05-211-7/+22
|\
| * sockets: update SOCKET_ADDRESS_TYPE_FD listen(2) backlogStefan Hajnoczi2021-05-111-7/+22
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-171-1/+1
|\ \
| * | cutils: fix memory leak in get_relocated_path()Stefano Garzarella2021-05-131-1/+1
* | | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell2021-05-141-6/+2Star
|\ \ \
| * | | util/compatfd.c: Replaced a malloc call with g_malloc.Mahmoud Mandour2021-05-141-6/+2Star
| |/ /
* | | numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand2021-05-131-8/+8
* | | util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand2021-05-131-21/+8Star
|/ /
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-05-122-62/+2Star
|\ \
| * | qemu-option: support accept-any QemuOptsList in qemu_opts_absorb_qdictPaolo Bonzini2021-05-121-1/+2
| * | main-loop: remove dead codePaolo Bonzini2021-05-111-61/+0Star
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210510-pull-request' ...Peter Maydell2021-05-121-0/+7
|\ \ | |/ |/|