aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2024-02-12qapi: Improve documentation of file descriptor socket addressesMarkus Armbruster
2024-02-08Merge tag 'pull-request-2024-02-06' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-02-06meson: Link with libinotify on FreeBSDIlya Leoshkevich
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda
2024-01-30misc: Clean up includesPeter Maydell
2024-01-26qapi: Fix dangling references to docs/devel/qapi-code-gen.txtMarkus Armbruster
2024-01-25Merge tag 'pull-request-2024-01-24' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-01-24util/uri: Remove unused macros ISA_RESERVED() and ISA_GEN_DELIM()Thomas Huth
2024-01-24util/uri: Remove the uri_string_escape() functionThomas Huth
2024-01-24util/uri: Remove unused functions uri_resolve() and uri_resolve_relative()Thomas Huth
2024-01-24util/uri: Remove uri_string_unescape()Thomas Huth
2024-01-22coroutine-ucontext: Save fake stack for pooled coroutineAkihiko Odaki
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-01-19util/async: Only call icount_notify_exit() if icount is enabledPhilippe Mathieu-Daudé
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini
2024-01-11util: fix build with musl libc on ppc64leNatanael Copa
2024-01-10util/fifo8: Introduce fifo8_peek_buf()Philippe Mathieu-Daudé
2024-01-10util/fifo8: Allow fifo8_pop_buf() to not populate popped lengthPhilippe Mathieu-Daudé
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-08iothread: Remove unused Error** argument in aio_context_set_aio_paramsPhilippe Mathieu-Daudé
2024-01-05util/oslib: Have qemu_prealloc_mem() handler return a booleanPhilippe Mathieu-Daudé
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini
2023-12-31meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini
2023-12-30util/fifo8: Constify VMStateRichard Henderson
2023-12-21aio: remove aio_context_acquire()/aio_context_release() APIStefan Hajnoczi
2023-12-21block: remove AioContext lockingStefan Hajnoczi
2023-12-21aio: make aio_context_acquire()/aio_context_release() a no-opStefan Hajnoczi
2023-12-19util/char_dev: Add open_cdev()Yi Liu
2023-11-28export/vhost-user-blk: Fix consecutive drainsKevin Wolf
2023-11-15util/range.c: spelling fix: inbetweenMichael Tokarev
2023-11-15util/filemonitor-inotify.c: spelling fix: kenelMichael Tokarev
2023-11-07Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-11-07Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-11-06util: Add cpuinfo for loongarch64Richard Henderson
2023-11-06util/filemonitor-inotify: qemu_file_monitor_watch(): assert no overflowVladimir Sementsov-Ogievskiy
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater
2023-11-03range: Introduce range_inverse_array()Eric Auger
2023-11-03util/reserved-region: Add new ReservedRegion helpersEric Auger
2023-11-03range: Make range_compare() publicEric Auger
2023-10-31virtio: use defer_call() in virtio_irqfd_notify()Stefan Hajnoczi
2023-10-31util/defer-call: move defer_call() to util/Stefan Hajnoczi
2023-10-19cutils: Fix get_relocated_path on WindowsAkihiko Odaki
2023-10-18meson, cutils: allow non-relocatable installsPaolo Bonzini
2023-10-17meson: do not use set10Paolo Bonzini
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-08cutils: squelch compiler warnings with custom pathsPaolo Bonzini
2023-10-07util/log: re-allow switching away from stderr log fileFiona Ebner