aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2022-10-13Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi
2022-10-12util: make do_send_recv work with partial send/recvMarc-André Lureau
2022-10-12osdep: make readv_writev() work with partial read/writeMarc-André Lureau
2022-10-12win32: set threads nameMarc-André Lureau
2022-10-07coroutine-lock: add missing coroutine_fn annotationsPaolo Bonzini
2022-10-07coroutine: remove incorrect coroutine_fn annotationsPaolo Bonzini
2022-09-29oslib-posix: Introduce qemu_socketpair()Guoyi Tu
2022-09-26s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato
2022-09-02Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi
2022-09-02Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-09-02util/qemu-sockets: Enable unix socket support on WindowsBin Meng
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez
2022-08-26util/mmap-alloc: Remove qemu_mempath_getpagesize()Thomas Huth
2022-08-12cutils: Add missing dyld(3) include on macOSPhilippe Mathieu-Daudé
2022-08-05util/qemu-sockets: Replace the call to close a socket with closesocket()Bin Meng
2022-07-18util: Fix broken build on HaikuThomas Huth
2022-07-13module: Use bundle mechanismAkihiko Odaki
2022-07-13cutils: Introduce bundle mechanismAkihiko Odaki
2022-06-30Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson
2022-06-29util: add qemu-co-timeoutVladimir Sementsov-Ogievskiy
2022-06-28util: Return void on iova_tree_removeEugenio Pérez
2022-06-24aio_wait_kick: add missing memory barrierEmanuele Giuseppe Esposito
2022-06-24block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy
2022-06-21Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-06-21util/cacheflush: Optimize flushing when ppc host has coherent icacheNicholas Piggin
2022-06-21util/cacheflush: Merge aarch64 ctr_el0 usageRichard Henderson
2022-06-21util: Merge cacheflush.c and cacheinfo.cRichard Henderson
2022-06-21qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_allIdan Horowitz
2022-06-20host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)
2022-06-20host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)
2022-06-14cutils: add functions for IEC and SI prefixesPaolo Bonzini
2022-06-06replay: notify vCPU when BH is scheduledPavel Dovgalyuk
2022-05-28util/win32: simplify qemu_get_local_state_dir()Marc-André Lureau
2022-05-28include: move qemu_*_exec_dir() to cutilsMarc-André Lureau
2022-05-25thread-pool: remove stopping variablePaolo Bonzini
2022-05-25thread-pool: replace semaphore with condition variablePaolo Bonzini
2022-05-25thread-pool: optimize scheduling of completion bottom halfPaolo Bonzini
2022-05-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-05-12coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_allPaolo Bonzini
2022-05-12coroutine-lock: introduce qemu_co_queue_enter_allPaolo Bonzini
2022-05-12coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_nextPaolo Bonzini
2022-05-12coroutine: Revert to constant batch sizeKevin Wolf
2022-05-12coroutine: Rename qemu_coroutine_inc/dec_pool_size()Kevin Wolf
2022-05-09util/event-loop-base: Introduce options to set the thread pool sizeNicolas Saenz Julienne
2022-05-09util/main-loop: Introduce the main loop into QOMNicolas Saenz Julienne
2022-05-04coroutine-win32: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi
2022-05-04coroutine: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi
2022-05-04coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau
2022-05-03Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau