summaryrefslogtreecommitdiffstats
path: root/include/io/task.h
Commit message (Expand)AuthorAgeFilesLines
* io/task: Move 'qom/object.h' header to sourcePhilippe Mathieu-Daudé2020-06-101-2/+0Star
* io: Fix Error usage in a comment <example>Markus Armbruster2019-12-181-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* io: add qio_task_wait_thread to join with a background threadDaniel P. Berrangé2019-02-121-1/+28
* qio: non-default context for threaded qtaskPeter Xu2018-03-061-2/+5
* io: remove Error parameter from QIOTask thread workerDaniel P. Berrange2017-01-231-11/+8Star
* io: change the QIOTask callback signatureDaniel P. Berrange2017-01-231-31/+42
* io: add ability to associate an error with a taskDaniel P. Berrange2017-01-231-0/+32
* io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange2017-01-231-0/+27
* io: fix typo in docs for QIOTaskDaniel P. Berrange2017-01-231-3/+3
* io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange2017-01-231-3/+4
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+3
* sockets: Use new QAPI cloningEric Blake2016-07-061-1/+1
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* include: Clean up includesPeter Maydell2016-02-231-1/+0Star
* io: add QIOTask class for async operationsDaniel P. Berrange2015-12-181-0/+256