summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * virtio-gpu: add virtio-vga-glGerd Hoffmann2021-05-101-0/+2
| * virtio-gpu: add virtio-gpu-gl-pciGerd Hoffmann2021-05-101-0/+2
| * virtio-gpu: move virtio-gpu-gl-device to separate moduleGerd Hoffmann2021-05-101-1/+3
| * virtio-gpu: add virtio-gpu-gl-deviceGerd Hoffmann2021-05-101-0/+1
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-05-061-1/+1
|\ \ | |/ |/|
| * oslib-win32: do not rely on macro to get redefined function namePaolo Bonzini2021-05-041-1/+1
* | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
|/
* util: add transactions.cVladimir Sementsov-Ogievskiy2021-04-302-0/+97
* spapr: rollback 'unplug timeout' for CPU hotunplugsDaniel Henrique Barboza2021-04-121-13/+0Star
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-...Peter Maydell2021-04-021-3/+3
|\
| * util/compatfd.c: Fixed style issuesMahmoud Mandour2021-04-011-3/+3
* | Merge remote-tracking branch 'remotes/marcandre/tags/for-6.0-pull-request' in...Peter Maydell2021-04-013-10/+3Star
|\ \
| * | yank: Always link full yank codeLukas Straub2021-04-011-1/+1
| * | yank: Remove dependency on qiochannelLukas Straub2021-04-011-8/+0Star
| * | util: fix use-after-free in module_load_oneMarc-André Lureau2021-04-011-1/+2
| |/