summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-113-88/+118
|\
| * modules: check arch on qom lookupGerd Hoffmann2021-07-091-0/+6
| * modules: check arch and block load on mismatchGerd Hoffmann2021-07-091-0/+29
| * modules: add tracepointsGerd Hoffmann2021-07-092-0/+7
| * modules: use modinfo for qemu opts loadGerd Hoffmann2021-07-091-0/+19
| * modules: use modinfo for qom loadGerd Hoffmann2021-07-091-53/+24Star
| * modules: use modinfo for dependenciesGerd Hoffmann2021-07-091-34/+21Star
| * modules: generate modinfo.cGerd Hoffmann2021-07-091-0/+11
| * meson: fix missing preprocessor symbolsPaolo Bonzini2021-07-091-1/+1
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-07-112-3/+1Star
|\ \
| * | util/guest-random: Fix size arg to tail memcpyMark Nelson2021-07-091-1/+1
| * | qemu-option: Drop dead assertionMarkus Armbruster2021-07-091-2/+0Star
| |/
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-07-101-16/+6Star
|\ \
| * | util/uri: do not check argument of uri_free()Heinrich Schuchardt2021-07-091-16/+6Star
* | | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-07-091-0/+2
|\ \ \ | |_|/ |/| |
| * | Deprecate pmem=on with non-DAX capable backend fileIgor Mammedov2021-07-071-0/+2
| |/
* | 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