Age | Commit message (Expand) | Author |
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 |
2022-04-28 | remove -writeconfig | Paolo Bonzini |
2022-04-28 | error-report: fix g_date_time_format assertion | Haiyue Wang |
2022-04-26 | softmmu: remove deprecated --enable-fips option | Daniel P. Berrangé |
2022-04-21 | util: replace qemu_get_local_state_pathname() | Marc-André Lureau |
2022-04-21 | util: use qemu_create() in qemu_write_pidfile() | Marc-André Lureau |
2022-04-21 | util: use qemu_write_full() in qemu_write_pidfile() | Marc-André Lureau |
2022-04-21 | util: simplify write in signal handler | Marc-André Lureau |
2022-04-21 | qga: move qga_get_host_name() | Marc-André Lureau |
2022-04-21 | Move error_printf_unless_qmp() with monitor unit | Marc-André Lureau |