summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi2022-10-133-7/+68
|\
| * util: make do_send_recv work with partial send/recvMarc-André Lureau2022-10-121-2/+8
| * osdep: make readv_writev() work with partial read/writeMarc-André Lureau2022-10-121-3/+8
| * win32: set threads nameMarc-André Lureau2022-10-121-2/+52
* | coroutine-lock: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-7/+7
* | coroutine: remove incorrect coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
|/
* oslib-posix: Introduce qemu_socketpair()Guoyi Tu2022-09-291-0/+19
* s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato2022-09-261-0/+4
* Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi2022-09-021-2/+2
|\
| * util: accept iova_tree_remove_parameter by valueEugenio Pérez2022-09-021-2/+2
* | Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2022-09-021-25/+0Star
|\ \ | |/ |/|
| * util/qemu-sockets: Enable unix socket support on WindowsBin Meng2022-09-021-25/+0Star
* | util/mmap-alloc: Remove qemu_mempath_getpagesize()Thomas Huth2022-08-261-31/+0Star
|/
* cutils: Add missing dyld(3) include on macOSPhilippe Mathieu-Daudé2022-08-122-4/+4
* util/qemu-sockets: Replace the call to close a socket with closesocket()Bin Meng2022-08-051-2/+2
* util: Fix broken build on HaikuThomas Huth2022-07-182-4/+4
* module: Use bundle mechanismAkihiko Odaki2022-07-131-1/+0Star
* cutils: Introduce bundle mechanismAkihiko Odaki2022-07-132-21/+48
* Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson2022-06-301-3/+1Star
|\
| * util: Return void on iova_tree_removeEugenio Pérez2022-06-281-3/+1Star
* | util: add qemu-co-timeoutVladimir Sementsov-Ogievskiy2022-06-292-0/+90
|/
* aio_wait_kick: add missing memory barrierEmanuele Giuseppe Esposito2022-06-241-1/+15
* block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy2022-06-241-18/+7Star
* Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-06-214-217/+235
|\
| * util/cacheflush: Optimize flushing when ppc host has coherent icacheNicholas Piggin2022-06-211-2/+23
| * util/cacheflush: Merge aarch64 ctr_el0 usageRichard Henderson2022-06-211-25/+19Star
| * util: Merge cacheflush.c and cacheinfo.cRichard Henderson2022-06-213-202/+202
| * qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_allIdan Horowitz2022-06-211-0/+3
* | host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)2022-06-201-0/+51
* | host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)2022-06-201-0/+129
|/
* cutils: add functions for IEC and SI prefixesPaolo Bonzini2022-06-141-9/+25
* replay: notify vCPU when BH is scheduledPavel Dovgalyuk2022-06-061-0/+8
* util/win32: simplify qemu_get_local_state_dir()Marc-André Lureau2022-05-281-13/+4Star
* include: move qemu_*_exec_dir() to cutilsMarc-André Lureau2022-05-283-120/+119Star
* thread-pool: remove stopping variablePaolo Bonzini2022-05-251-3/+2Star
* thread-pool: replace semaphore with condition variablePaolo Bonzini2022-05-251-40/+28Star
* thread-pool: optimize scheduling of completion bottom halfPaolo Bonzini2022-05-251-2/+1Star
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-05-121-28/+19Star
|\
| * coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_allPaolo Bonzini2022-05-121-15/+6Star
| * coroutine-lock: introduce qemu_co_queue_enter_allPaolo Bonzini2022-05-121-0/+7
| * coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_nextPaolo Bonzini2022-05-121-14/+7Star
* | coroutine: Revert to constant batch sizeKevin Wolf2022-05-121-8/+14
* | coroutine: Rename qemu_coroutine_inc/dec_pool_size()Kevin Wolf2022-05-121-2/+2
|/
* util/event-loop-base: Introduce options to set the thread pool sizeNicolas Saenz Julienne2022-05-094-4/+81
* util/main-loop: Introduce the main loop into QOMNicolas Saenz Julienne2022-05-091-0/+56
* coroutine-win32: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi2022-05-041-5/+13
* coroutine: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi2022-05-041-17/+24
* coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi2022-05-041-14/+24
* util: rename qemu_*block() socket functionsMarc-André Lureau2022-05-033-10/+10
* Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau2022-05-031-14/+2Star