summaryrefslogtreecommitdiffstats
path: root/iothread.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+2Star
* 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
* qom: Add helper function for getting user objects rootDaniel P. Berrange2015-06-191-3/+1Star
* Revert "iothread: release iothread around aio_poll"Stefan Hajnoczi2015-06-121-2/+9
* Remove various unused functionsThomas Huth2015-05-081-12/+0Star
* iothread: release iothread around aio_pollPaolo Bonzini2015-04-281-9/+2Star
* async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos2014-09-221-1/+10
* AioContext: do not rely on aio_poll(ctx, true) result to end a loopPaolo Bonzini2014-07-141-1/+4
* iothread: make IOThread struct definition publicStefan Hajnoczi2014-04-041-11/+0Star
* qmp: add query-iothreads commandStefan Hajnoczi2014-03-131-0/+36
* iothread: stash thread ID awayStefan Hajnoczi2014-03-131-0/+22
* iothread: add I/O thread objectStefan Hajnoczi2014-03-131-0/+120