aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2022-10-26numa: call ->ram_block_removed() in ram_block_notifer_remove()Stefan Hajnoczi1-1/+4
2022-10-26coroutine: add flag to re-queue at front of CoQueueStefan Hajnoczi1-2/+7
2022-10-13Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi3-7/+68
2022-10-12util: make do_send_recv work with partial send/recvMarc-André Lureau1-2/+8
2022-10-12osdep: make readv_writev() work with partial read/writeMarc-André Lureau1-3/+8
2022-10-12win32: set threads nameMarc-André Lureau1-2/+52
2022-10-07coroutine-lock: add missing coroutine_fn annotationsPaolo Bonzini1-7/+7
2022-10-07coroutine: remove incorrect coroutine_fn annotationsPaolo Bonzini1-1/+1
2022-09-29oslib-posix: Introduce qemu_socketpair()Guoyi Tu1-0/+19
2022-09-26s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato1-0/+4
2022-09-02Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi1-2/+2
2022-09-02Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi1-25/+0
2022-09-02util/qemu-sockets: Enable unix socket support on WindowsBin Meng1-25/+0
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez1-2/+2
2022-08-26util/mmap-alloc: Remove qemu_mempath_getpagesize()Thomas Huth1-31/+0
2022-08-12cutils: Add missing dyld(3) include on macOSPhilippe Mathieu-Daudé2-4/+4
2022-08-05util/qemu-sockets: Replace the call to close a socket with closesocket()Bin Meng1-2/+2
2022-07-18util: Fix broken build on HaikuThomas Huth2-4/+4
2022-07-13module: Use bundle mechanismAkihiko Odaki1-1/+0
2022-07-13cutils: Introduce bundle mechanismAkihiko Odaki2-21/+48
2022-06-30Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson1-3/+1
2022-06-29util: add qemu-co-timeoutVladimir Sementsov-Ogievskiy2-0/+90
2022-06-28util: Return void on iova_tree_removeEugenio Pérez1-3/+1
2022-06-24aio_wait_kick: add missing memory barrierEmanuele Giuseppe Esposito1-1/+15
2022-06-24block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy1-18/+7
2022-06-21Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson4-217/+235
2022-06-21util/cacheflush: Optimize flushing when ppc host has coherent icacheNicholas Piggin1-2/+23
2022-06-21util/cacheflush: Merge aarch64 ctr_el0 usageRichard Henderson1-25/+19
2022-06-21util: Merge cacheflush.c and cacheinfo.cRichard Henderson3-202/+202
2022-06-21qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_allIdan Horowitz1-0/+3
2022-06-20host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)1-0/+51
2022-06-20host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)1-0/+129
2022-06-14cutils: add functions for IEC and SI prefixesPaolo Bonzini1-9/+25
2022-06-06replay: notify vCPU when BH is scheduledPavel Dovgalyuk1-0/+8
2022-05-28util/win32: simplify qemu_get_local_state_dir()Marc-André Lureau1-13/+4
2022-05-28include: move qemu_*_exec_dir() to cutilsMarc-André Lureau3-120/+119
2022-05-25thread-pool: remove stopping variablePaolo Bonzini1-3/+2
2022-05-25thread-pool: replace semaphore with condition variablePaolo Bonzini1-40/+28
2022-05-25thread-pool: optimize scheduling of completion bottom halfPaolo Bonzini1-2/+1
2022-05-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-28/+19
2022-05-12coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_allPaolo Bonzini1-15/+6
2022-05-12coroutine-lock: introduce qemu_co_queue_enter_allPaolo Bonzini1-0/+7
2022-05-12coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_nextPaolo Bonzini1-14/+7
2022-05-12coroutine: Revert to constant batch sizeKevin Wolf1-8/+14
2022-05-12coroutine: Rename qemu_coroutine_inc/dec_pool_size()Kevin Wolf1-2/+2
2022-05-09util/event-loop-base: Introduce options to set the thread pool sizeNicolas Saenz Julienne4-4/+81
2022-05-09util/main-loop: Introduce the main loop into QOMNicolas Saenz Julienne1-0/+56
2022-05-04coroutine-win32: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi1-5/+13
2022-05-04coroutine: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi1-17/+24
2022-05-04coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi1-14/+24