summaryrefslogtreecommitdiff
path: root/iothread.c
Commit message (Expand)AuthorAgeFilesLines
* iothread: Remove unused IOThreadClass / IOTHREAD_CLASSPhilippe Mathieu-Daudé2023-02-271-4/+0
* error: Move ERRP_GUARD() to the beginning of the functionMarkus Armbruster2022-12-141-1/+1
* util/event-loop-base: Introduce options to set the thread pool sizeNicolas Saenz Julienne2022-05-091-0/+3
* Introduce event-loop-base abstract classNicolas Saenz Julienne2022-05-091-46/+19
* iothread: use IOThreadParamInfo in iothread_[set|get]_param()Stefano Garzarella2021-10-071-8/+10
* iothread: rename PollParamInfo to IOThreadParamInfoStefano Garzarella2021-10-071-7/+7
* iothread: add aio-max-batch parameterStefano Garzarella2021-07-211-5/+50
* iothread: generalize iothread_set_param/iothread_get_paramStefano Garzarella2021-07-211-4/+23
* async: the main AioContext is only "current" if under the BQLPaolo Bonzini2021-06-181-8/+1
* multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva2021-02-101-0/+6
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-9/+3
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-3/+3
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-4/+2
* qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2020-07-211-5/+4
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-5/+2
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-7/+5
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-3/+3
* iothread: document about why we need explicit aio_poll()Peter Xu2019-03-081-0/+9
* iothread: push gcontext earlier in the thread_fnPeter Xu2019-03-081-3/+6
* iothread: create main loop unconditionallyPeter Xu2019-03-081-9/+3
* iothread: create the gcontext unconditionallyPeter Xu2019-03-081-22/+21
* iothread: replace init_done_cond with a semaphorePeter Xu2019-03-081-13/+4
* iothread: fix iothread hang when stop too soonPeter Xu2019-02-121-1/+5
* iothread: fix crash with invalid propertiesMarc-André Lureau2018-10-121-3/+6
* iothread: workaround glib bug which hangs qmp-testPeter Xu2018-04-101-4/+14
* iothread: fix breakage on windowsPeter Xu2018-03-261-0/+4
* vl: introduce vm_shutdown()Stefan Hajnoczi2018-03-081-31/+0
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* iothread: fix iothread_stop() race conditionStefan Hajnoczi2017-12-191-5/+15
* iothread: add iothread_by_id() APIStefan Hajnoczi2017-12-191-0/+7
* iothread: delay the context release to finalizePeter Xu2017-10-031-2/+4
* iothread: export iothread_stop()Peter Xu2017-10-031-8/+16
* iothread: provide helpers for internal usePeter Xu2017-10-031-0/+16
* iothread: Make iothread_stop() idempotentEduardo Habkost2017-09-291-1/+1
* qemu-iothread: IOThread supports the GMainContext event loopWang Yong2017-09-081-0/+45
* monitor: add poll-* properties into query-iothreads resultPavel Hrdina2017-02-211-0/+3
* iothread: enable AioContext polling by defaultStefan Hajnoczi2017-02-031-0/+14
* iothread: add poll-grow and poll-shrink parametersStefan Hajnoczi2017-01-031-11/+45
* aio: self-tune polling timeStefan Hajnoczi2017-01-031-2/+2
* iothread: add polling parametersStefan Hajnoczi2017-01-031-0/+50
* iothread: release AioContext around aio_pollPaolo Bonzini2016-10-281-9/+2
* iothread: detach all block devices before stopping themPaolo Bonzini2016-10-281-0/+13
* aio: introduce qemu_get_current_aio_contextPaolo Bonzini2016-10-281-0/+9
* iothread: check iothread->ctx before aio_context_unref to avoid assertionLin Ma2016-09-281-0/+3
* iothread: Stop threads before main() quitsFam Zheng2016-09-131-4/+20
* all: Clean up includesPeter Maydell2016-02-041-0/+1
* iothread: include id in thread namePaolo Bonzini2015-12-031-1/+6
* rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini2015-07-241-0/+5