aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/iothread.h
AgeCommit message (Expand)Author
2023-09-08include/: spelling fixesMichael Tokarev
2022-05-09Introduce event-loop-base abstract classNicolas Saenz Julienne
2021-07-21iothread: add aio-max-batch parameterStefano Garzarella
2021-02-10multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-03-08iothread: create the gcontext unconditionallyPeter Xu
2019-03-08iothread: replace init_done_cond with a semaphorePeter Xu
2018-03-08vl: introduce vm_shutdown()Stefan Hajnoczi
2017-12-19iothread: fix iothread_stop() race conditionStefan Hajnoczi
2017-12-19iothread: add iothread_by_id() APIStefan Hajnoczi
2017-10-03iothread: export iothread_stop()Peter Xu
2017-10-03iothread: provide helpers for internal usePeter Xu
2017-09-08qemu-iothread: IOThread supports the GMainContext event loopWang Yong
2017-01-03iothread: add poll-grow and poll-shrink parametersStefan Hajnoczi
2017-01-03iothread: add polling parametersStefan Hajnoczi
2016-09-13iothread: Stop threads before main() quitsFam Zheng
2015-05-08Remove various unused functionsThomas Huth
2014-04-04iothread: make IOThread struct definition publicStefan Hajnoczi
2014-03-13iothread: add I/O thread objectStefan Hajnoczi