aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2024-01-11util: fix build with musl libc on ppc64leNatanael Copa1-3/+3
2024-01-10util/fifo8: Introduce fifo8_peek_buf()Philippe Mathieu-Daudé1-4/+18
2024-01-10util/fifo8: Allow fifo8_pop_buf() to not populate popped lengthPhilippe Mathieu-Daudé1-4/+8
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi1-1/+1
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi4-15/+15
2024-01-08iothread: Remove unused Error** argument in aio_context_set_aio_paramsPhilippe Mathieu-Daudé3-8/+3
2024-01-05util/oslib: Have qemu_prealloc_mem() handler return a booleanPhilippe Mathieu-Daudé2-3/+8
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-27/+31
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini1-4/+4
2023-12-31meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini1-21/+23
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini1-6/+8
2023-12-30util/fifo8: Constify VMStateRichard Henderson1-1/+1
2023-12-21aio: remove aio_context_acquire()/aio_context_release() APIStefan Hajnoczi1-10/+0
2023-12-21block: remove AioContext lockingStefan Hajnoczi2-7/+0
2023-12-21aio: make aio_context_acquire()/aio_context_release() a no-opStefan Hajnoczi1-2/+2
2023-12-19util/char_dev: Add open_cdev()Yi Liu2-0/+82
2023-11-28export/vhost-user-blk: Fix consecutive drainsKevin Wolf1-8/+31
2023-11-15util/range.c: spelling fix: inbetweenMichael Tokarev1-1/+1
2023-11-15util/filemonitor-inotify.c: spelling fix: kenelMichael Tokarev1-1/+1
2023-11-07Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2-0/+37
2023-11-07Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-8/+17
2023-11-06util: Add cpuinfo for loongarch64Richard Henderson2-0/+37
2023-11-06util/filemonitor-inotify: qemu_file_monitor_watch(): assert no overflowVladimir Sementsov-Ogievskiy1-8/+17
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater1-1/+1
2023-11-03range: Introduce range_inverse_array()Eric Auger1-0/+55
2023-11-03util/reserved-region: Add new ReservedRegion helpersEric Auger2-0/+92
2023-11-03range: Make range_compare() publicEric Auger1-5/+1
2023-10-31virtio: use defer_call() in virtio_irqfd_notify()Stefan Hajnoczi1-0/+5
2023-10-31util/defer-call: move defer_call() to util/Stefan Hajnoczi2-0/+157
2023-10-19cutils: Fix get_relocated_path on WindowsAkihiko Odaki1-7/+11
2023-10-18meson, cutils: allow non-relocatable installsPaolo Bonzini1-3/+8
2023-10-17meson: do not use set10Paolo Bonzini1-2/+2
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-0/+11
2023-10-08cutils: squelch compiler warnings with custom pathsPaolo Bonzini1-0/+9
2023-10-07util/log: re-allow switching away from stderr log fileFiona Ebner1-0/+2
2023-10-06util/guest-random: Clean up global variable shadowingPhilippe Mathieu-Daudé1-3/+3
2023-10-06util/cutils: Clean up global variable shadowing in get_relocated_path()Philippe Mathieu-Daudé1-1/+0
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-0/+14
2023-10-04util/uuid: add a hash functionAlbert Esteve1-0/+14
2023-10-04Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2-4/+4
2023-10-04osdep: set _FORTIFY_SOURCE=2 when optimization is enabledDaniel P. Berrangé2-4/+4
2023-10-03win32: avoid discarding the exception handlerMarc-André Lureau1-1/+1
2023-09-29util/vhost-user-server: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-8/+0
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi1-32/+52
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi1-8/+0
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2-12/+10
2023-09-16util/cpuinfo-aarch64: Add CPUINFO_BTIRichard Henderson1-0/+7
2023-09-15host/include/aarch64: Implement clmul.hRichard Henderson1-1/+3
2023-09-15host/include/i386: Implement clmul.hRichard Henderson1-0/+1