Age | Commit message (Expand) | Author |
2022-09-29 | oslib-posix: Introduce qemu_socketpair() | Guoyi Tu |
2022-09-26 | s390x/s390-virtio-ccw: add zpcii-disable machine property | Matthew Rosato |
2022-09-02 | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging | Stefan Hajnoczi |
2022-09-02 | Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int... | Stefan Hajnoczi |
2022-09-02 | util/qemu-sockets: Enable unix socket support on Windows | Bin Meng |
2022-09-02 | util: accept iova_tree_remove_parameter by value | Eugenio Pérez |
2022-08-26 | util/mmap-alloc: Remove qemu_mempath_getpagesize() | Thomas Huth |
2022-08-12 | cutils: Add missing dyld(3) include on macOS | Philippe Mathieu-Daudé |
2022-08-05 | util/qemu-sockets: Replace the call to close a socket with closesocket() | Bin Meng |
2022-07-18 | util: Fix broken build on Haiku | Thomas Huth |
2022-07-13 | module: Use bundle mechanism | Akihiko Odaki |
2022-07-13 | cutils: Introduce bundle mechanism | Akihiko Odaki |
2022-06-30 | Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent... | Richard Henderson |
2022-06-29 | util: add qemu-co-timeout | Vladimir Sementsov-Ogievskiy |
2022-06-28 | util: Return void on iova_tree_remove | Eugenio Pérez |
2022-06-24 | aio_wait_kick: add missing memory barrier | Emanuele Giuseppe Esposito |
2022-06-24 | block: simplify handling of try to merge different sized bitmaps | Vladimir Sementsov-Ogievskiy |
2022-06-21 | Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson |
2022-06-21 | util/cacheflush: Optimize flushing when ppc host has coherent icache | Nicholas Piggin |
2022-06-21 | util/cacheflush: Merge aarch64 ctr_el0 usage | Richard Henderson |
2022-06-21 | util: Merge cacheflush.c and cacheinfo.c | Richard Henderson |
2022-06-21 | qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_all | Idan Horowitz |
2022-06-20 | host-utils: Implemented signed 256-by-128 division | Lucas Mateus Castro (alqotel) |
2022-06-20 | host-utils: Implemented unsigned 256-by-128 division | Lucas Mateus Castro (alqotel) |
2022-06-14 | cutils: add functions for IEC and SI prefixes | Paolo Bonzini |
2022-06-06 | replay: notify vCPU when BH is scheduled | Pavel Dovgalyuk |
2022-05-28 | util/win32: simplify qemu_get_local_state_dir() | Marc-André Lureau |
2022-05-28 | include: move qemu_*_exec_dir() to cutils | Marc-André Lureau |
2022-05-25 | thread-pool: remove stopping variable | Paolo Bonzini |
2022-05-25 | thread-pool: replace semaphore with condition variable | Paolo Bonzini |
2022-05-25 | thread-pool: optimize scheduling of completion bottom half | Paolo Bonzini |
2022-05-12 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |
2022-05-12 | coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_all | Paolo Bonzini |
2022-05-12 | coroutine-lock: introduce qemu_co_queue_enter_all | Paolo Bonzini |
2022-05-12 | coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_next | Paolo Bonzini |
2022-05-12 | coroutine: Revert to constant batch size | Kevin Wolf |
2022-05-12 | coroutine: Rename qemu_coroutine_inc/dec_pool_size() | Kevin Wolf |
2022-05-09 | util/event-loop-base: Introduce options to set the thread pool size | Nicolas Saenz Julienne |
2022-05-09 | util/main-loop: Introduce the main loop into QOM | Nicolas Saenz Julienne |
2022-05-04 | coroutine-win32: use QEMU_DEFINE_STATIC_CO_TLS() | Stefan Hajnoczi |
2022-05-04 | coroutine: use QEMU_DEFINE_STATIC_CO_TLS() | Stefan Hajnoczi |
2022-05-04 | coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS() | Stefan Hajnoczi |
2022-05-03 | util: rename qemu_*block() socket functions | Marc-André Lureau |
2022-05-03 | Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking() | Marc-André Lureau |
2022-05-03 | util: replace pipe()+cloexec with g_unix_open_pipe() | Marc-André Lureau |
2022-05-03 | Replace qemu_pipe() with g_unix_open_pipe() | Marc-André Lureau |
2022-05-03 | block: move fcntl_setfl() | Marc-André Lureau |
2022-05-03 | Use g_unix_set_fd_nonblocking() | Marc-André Lureau |
2022-05-03 | Use QEMU_SANITIZE_ADDRESS | Marc-André Lureau |
2022-04-28 | meson, configure: move libgio test to meson | Paolo Bonzini |