summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2022-05-03util: replace pipe()+cloexec with g_unix_open_pipe()Marc-André Lureau
2022-05-03Replace qemu_pipe() with g_unix_open_pipe()Marc-André Lureau
2022-05-03block: move fcntl_setfl()Marc-André Lureau
2022-05-03Use g_unix_set_fd_nonblocking()Marc-André Lureau
2022-05-03Use QEMU_SANITIZE_ADDRESSMarc-André Lureau
2022-04-28meson, configure: move libgio test to mesonPaolo Bonzini
2022-04-28remove -writeconfigPaolo Bonzini
2022-04-28error-report: fix g_date_time_format assertionHaiyue Wang
2022-04-26softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau
2022-04-21util: use qemu_create() in qemu_write_pidfile()Marc-André Lureau
2022-04-21util: use qemu_write_full() in qemu_write_pidfile()Marc-André Lureau
2022-04-21util: simplify write in signal handlerMarc-André Lureau
2022-04-21qga: move qga_get_host_name()Marc-André Lureau