aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-07-09Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2021-07-09util/guest-random: Fix size arg to tail memcpyMark Nelson
2021-07-09qemu-option: Drop dead assertionMarkus Armbruster
2021-07-09modules: check arch on qom lookupGerd Hoffmann
2021-07-09modules: check arch and block load on mismatchGerd Hoffmann
2021-07-09modules: add tracepointsGerd Hoffmann
2021-07-09modules: use modinfo for qemu opts loadGerd Hoffmann
2021-07-09modules: use modinfo for qom loadGerd Hoffmann
2021-07-09modules: use modinfo for dependenciesGerd Hoffmann
2021-07-09modules: generate modinfo.cGerd Hoffmann
2021-07-09meson: fix missing preprocessor symbolsPaolo Bonzini
2021-07-09util/uri: do not check argument of uri_free()Heinrich Schuchardt
2021-07-08Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2021-07-06Deprecate pmem=on with non-DAX capable backend fileIgor Mammedov
2021-07-06qemu-option: remove now-dead codePaolo Bonzini
2021-07-06keyval: introduce keyval_parse_intoPaolo Bonzini
2021-07-06keyval: introduce keyval_mergePaolo Bonzini
2021-07-06configure: convert compiler tests to meson, part 1Paolo Bonzini
2021-07-06meson: store dependency('threads') in a variablePaolo Bonzini
2021-07-05util/async: print leaked BH name when AioContext finalizesStefan Hajnoczi
2021-07-05util/async: add a human-readable name to BHs for debuggingStefan Hajnoczi
2021-06-25co-shared-resource: protect with a mutexEmanuele Giuseppe Esposito
2021-06-22Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in...Peter Maydell
2021-06-19util/oslib-win32: Fix fatal assertion in qemu_try_memalignStefan Weil
2021-06-18qemu-sockets: introduce socket_address_parse_named_fd()Vladimir Sementsov-Ogievskiy
2021-06-18async: the main AioContext is only "current" if under the BQLPaolo Bonzini
2021-06-16util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson
2021-06-16util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson
2021-06-16util: Use real functions for thread-posix QemuRecMutexRichard Henderson
2021-06-15util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand
2021-06-15util/mmap-alloc: Factor out activating of memory to mmap_activate()David Hildenbrand
2021-06-15util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()David Hildenbrand
2021-06-15util/mmap-alloc: Factor out calculation of the pagesize for the guard pageDavid Hildenbrand
2021-06-15qemu-config: use qemu_opts_from_qdictPaolo Bonzini
2021-06-13util/osdep: Add qemu_mprotect_rwRichard Henderson
2021-06-08sockets: Support multipath TCPDr. David Alan Gilbert
2021-06-04qemu-config: parse configuration files to a QDictPaolo Bonzini
2021-06-04oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONB...Brad Smith
2021-06-02configure: bump min required glib version to 2.56Daniel P. Berrangé
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-26qemu-config: load modules when instantiating option groupsPaolo Bonzini
2021-05-21coroutine-sleep: introduce qemu_co_sleepPaolo Bonzini
2021-05-21coroutine-sleep: replace QemuCoSleepState pointer with struct in the APIPaolo Bonzini
2021-05-21coroutine-sleep: move timer out of QemuCoSleepStatePaolo Bonzini
2021-05-21coroutine-sleep: allow qemu_co_sleep_wake that wakes nothingPaolo Bonzini