summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2021-05-21coroutine-sleep: disallow NULL QemuCoSleepState** argumentPaolo Bonzini
2021-05-21coroutine-sleep: use a stack-allocated timerPaolo Bonzini
2021-05-21Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-05-11' into st...Peter Maydell
2021-05-17Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-14Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell
2021-05-14util/compatfd.c: Replaced a malloc call with g_malloc.Mahmoud Mandour
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand
2021-05-13util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand
2021-05-13cutils: fix memory leak in get_relocated_path()Stefano Garzarella
2021-05-12Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-05-12Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210510-pull-request' ...Peter Maydell
2021-05-12qemu-option: support accept-any QemuOptsList in qemu_opts_absorb_qdictPaolo Bonzini
2021-05-11sockets: update SOCKET_ADDRESS_TYPE_FD listen(2) backlogStefan Hajnoczi
2021-05-11main-loop: remove dead codePaolo Bonzini
2021-05-10virtio-gpu: add virtio-vga-glGerd Hoffmann
2021-05-10virtio-gpu: add virtio-gpu-gl-pciGerd Hoffmann
2021-05-10virtio-gpu: move virtio-gpu-gl-device to separate moduleGerd Hoffmann
2021-05-10virtio-gpu: add virtio-gpu-gl-deviceGerd Hoffmann
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-05-04oslib-win32: do not rely on macro to get redefined function namePaolo Bonzini
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-04-30util: add transactions.cVladimir Sementsov-Ogievskiy
2021-04-12spapr: rollback 'unplug timeout' for CPU hotunplugsDaniel Henrique Barboza
2021-04-01Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-...Peter Maydell