Age | Commit message (Expand) | Author | Files | Lines |
2022-05-09 | util/event-loop-base: Introduce options to set the thread pool size | Nicolas Saenz Julienne | 1 | -0/+9 |
2022-05-09 | util/main-loop: Introduce the main loop into QOM | Nicolas Saenz Julienne | 1 | -0/+56 |
2022-05-03 | Use g_unix_set_fd_nonblocking() | Marc-André Lureau | 1 | -1/+1 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi | 1 | -2/+2 |
2021-07-05 | util/async: add a human-readable name to BHs for debugging | Stefan Hajnoczi | 1 | -2/+2 |
2021-06-18 | async: the main AioContext is only "current" if under the BQL | Paolo Bonzini | 1 | -0/+1 |
2021-05-11 | main-loop: remove dead code | Paolo Bonzini | 1 | -61/+0 |
2021-03-09 | qtest: delete superfluous inclusions of qtest.h | Chen Qun | 1 | -1/+0 |
2021-01-02 | cfi: Initial support for cfi-icall in QEMU | Daniele Buono | 1 | -0/+11 |
2020-10-05 | icount: rename functions to be consistent with the module name | Claudio Fontana | 1 | -1/+1 |
2020-10-05 | cpu-timers, icount: new modules | Claudio Fontana | 1 | -4/+8 |
2020-09-07 | stubs: Move qemu_fd_register stub to util/main-loop.c | Thomas Huth | 1 | -0/+4 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 1 | -3/+1 |
2019-10-22 | Do not use %m in common code to print error messages | Thomas Huth | 1 | -1/+2 |
2019-07-15 | util: merge main-loop.c and iohandler.c | Paolo Bonzini | 1 | -0/+110 |
2019-06-21 | util/main-loop: Fix incorrect assertion | Lidong Chen | 1 | -1/+1 |
2019-03-07 | slirp: move sources to src/ subdirectory | Marc-André Lureau | 1 | -2/+0 |
2019-02-07 | slirp: replace global polling with per-instance & notifier | Marc-André Lureau | 1 | -6/+24 |
2019-01-23 | Fix segmentation fault when qemu_signal_init fails | Fei Li | 1 | -4/+4 |
2018-06-01 | main-loop: drop spin_counter | Stefan Hajnoczi | 1 | -25/+0 |
2018-03-12 | replay: push replay_mutex_lock up the call tree | Alex Bennée | 1 | -4/+11 |
2017-09-19 | Convert multi-line fprintf() to warn_report() | Alistair Francis | 1 | -3/+3 |
2017-07-04 | main_loop: Make main_loop_wait() return void | Peter Maydell | 1 | -7/+1 |
2017-04-03 | main-loop: Acquire main_context lock around os_host_main_loop_wait. | Richard W.M. Jones | 1 | -0/+11 |
2017-03-14 | cpus: define QEMUTimerListNotifyCB for QEMU system emulation | Paolo Bonzini | 1 | -1/+1 |
2017-03-14 | qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h | Paolo Bonzini | 1 | -0/+1 |
2017-03-03 | cpus: remove ugly cast on sigbus_handler | Paolo Bonzini | 1 | -4/+1 |
2017-02-21 | block: move AioContext, QEMUTimer, main-loop to libqemuutil | Paolo Bonzini | 1 | -0/+526 |