- 71ad471 util/event-loop-base: Introduce options to set the thread pool size by Nicolas Saenz Julienne · 2 years, 9 months ago
- 7d5983e Introduce event-loop-base abstract class by Nicolas Saenz Julienne · 2 years, 9 months ago
- 1cc7ead iothread: use IOThreadParamInfo in iothread_[set|get]_param() by Stefano Garzarella · 3 years, 6 months ago
- f0ed36a iothread: rename PollParamInfo to IOThreadParamInfo by Stefano Garzarella · 3 years, 6 months ago
- 1793ad0 iothread: add aio-max-batch parameter by Stefano Garzarella · 3 years, 6 months ago
- 0445409 iothread: generalize iothread_set_param/iothread_get_param by Stefano Garzarella · 3 years, 6 months ago
- 5f50be9 async: the main AioContext is only "current" if under the BQL by Paolo Bonzini · 3 years, 8 months ago
- ad22c30 multi-process: define MPQemuMsg format and transmission functions by Elena Ufimtseva · 4 years ago
- c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 4 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 5 months ago
- 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 6 months ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 7 months ago
- dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 7 months ago
- 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 7 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 9 months ago
- 6ca2062 iothread: document about why we need explicit aio_poll() by Peter Xu · 6 years ago
- b60ec76 iothread: push gcontext earlier in the thread_fn by Peter Xu · 6 years ago
- 0bd2d23 iothread: create main loop unconditionally by Peter Xu · 6 years ago
- b506e0f iothread: create the gcontext unconditionally by Peter Xu · 6 years ago
- 21c4d15 iothread: replace init_done_cond with a semaphore by Peter Xu · 6 years ago
- 6c95363 iothread: fix iothread hang when stop too soon by Peter Xu · 6 years ago
- 14a2d11 iothread: fix crash with invalid properties by Marc-André Lureau · 6 years ago
- 1554434 iothread: workaround glib bug which hangs qmp-test by Peter Xu · 7 years ago
- 90c558b iothread: fix breakage on windows by Peter Xu · 7 years ago
- 4486e89 vl: introduce vm_shutdown() by Stefan Hajnoczi · 7 years ago
- 112ed24 qapi: Empty out qapi-schema.json by Markus Armbruster · 7 years ago
- e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
- 2362a28 iothread: fix iothread_stop() race condition by Stefan Hajnoczi · 7 years ago
- fbcc692 iothread: add iothread_by_id() API by Stefan Hajnoczi · 7 years ago
- 5b3ac23 iothread: delay the context release to finalize by Peter Xu · 7 years ago
- 82d9070 iothread: export iothread_stop() by Peter Xu · 7 years ago
- 0173e21 iothread: provide helpers for internal use by Peter Xu · 7 years ago
- 65072c1 iothread: Make iothread_stop() idempotent by Eduardo Habkost · 7 years ago
- 329163c qemu-iothread: IOThread supports the GMainContext event loop by Wang Yong · 7 years ago
- 5fc0048 monitor: add poll-* properties into query-iothreads result by Pavel Hrdina · 8 years ago
- cdd7abf iothread: enable AioContext polling by default by Stefan Hajnoczi · 8 years ago
- 5e5db49 iothread: add poll-grow and poll-shrink parameters by Stefan Hajnoczi · 8 years ago
- 82a4118 aio: self-tune polling time by Stefan Hajnoczi · 8 years ago
- 0d9d86f iothread: add polling parameters by Stefan Hajnoczi · 8 years ago
- 65c1b5b iothread: release AioContext around aio_poll by Paolo Bonzini · 8 years ago
- d16341f iothread: detach all block devices before stopping them by Paolo Bonzini · 8 years ago
- e437016 aio: introduce qemu_get_current_aio_context by Paolo Bonzini · 8 years ago
- eb7b5c3 iothread: check iothread->ctx before aio_context_unref to avoid assertion by Lin Ma · 8 years ago
- dce8921 iothread: Stop threads before main() quits by Fam Zheng · 8 years ago
- d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
- d21e877 iothread: include id in thread name by Paolo Bonzini · 9 years ago
- ab28bd2 rcu: actually register threads that have RCU read-side critical sections by Paolo Bonzini · 10 years ago
- bc2256c qom: Add helper function for getting user objects root by Daniel P. Berrange · 10 years ago
- da5e1de Revert "iothread: release iothread around aio_poll" by Stefan Hajnoczi · 10 years ago
- ac95415 Remove various unused functions by Thomas Huth · 10 years ago
- a0710f7 iothread: release iothread around aio_poll by Paolo Bonzini · 10 years ago
- 2f78e49 async: aio_context_new(): Handle event_notifier_init failure by Chrysostomos Nanakos · 10 years ago
- acfb23a AioContext: do not rely on aio_poll(ctx, true) result to end a loop by Paolo Bonzini · 11 years ago
- 8c2664d iothread: make IOThread struct definition public by Stefan Hajnoczi · 11 years ago
- dc3dd0d qmp: add query-iothreads command by Stefan Hajnoczi · 11 years ago
- 88eb7c2 iothread: stash thread ID away by Stefan Hajnoczi · 11 years ago
- be8d853 iothread: add I/O thread object by Stefan Hajnoczi · 11 years ago