aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2024-03-21coroutine: reserve 5,000 mappingsStefan Hajnoczi1-5/+10
2024-03-19coroutine: cap per-thread local pool sizeStefan Hajnoczi1-59/+223
2024-03-08oslib-posix: fix memory leak in touch_all_pagesPaolo Bonzini1-2/+4
2024-02-28notify: pass error to notifier with returnSteve Sistare1-2/+3
2024-02-12qapi: Improve documentation of file descriptor socket addressesMarkus Armbruster1-1/+2
2024-02-08Merge tag 'pull-request-2024-02-06' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-1/+5
2024-02-06meson: Link with libinotify on FreeBSDIlya Leoshkevich1-1/+5
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda2-32/+107
2024-01-30misc: Clean up includesPeter Maydell1-1/+0
2024-01-26qapi: Fix dangling references to docs/devel/qapi-code-gen.txtMarkus Armbruster1-1/+1
2024-01-25Merge tag 'pull-request-2024-01-24' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-858/+11
2024-01-24util/uri: Remove unused macros ISA_RESERVED() and ISA_GEN_DELIM()Thomas Huth1-13/+0
2024-01-24util/uri: Remove the uri_string_escape() functionThomas Huth1-70/+0
2024-01-24util/uri: Remove unused functions uri_resolve() and uri_resolve_relative()Thomas Huth1-689/+0
2024-01-24util/uri: Remove uri_string_unescape()Thomas Huth1-86/+11
2024-01-22coroutine-ucontext: Save fake stack for pooled coroutineAkihiko Odaki1-9/+26
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell1-7/+9
2024-01-19util/async: Only call icount_notify_exit() if icount is enabledPhilippe Mathieu-Daudé1-7/+9
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini1-1/+1
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