aboutsummaryrefslogtreecommitdiff
path: root/include/io/task.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-27io: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-06-10io/task: Move 'qom/object.h' header to sourcePhilippe Mathieu-Daudé1-2/+0
2019-12-18io: Fix Error usage in a comment <example>Markus Armbruster1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-02-12io: add qio_task_wait_thread to join with a background threadDaniel P. Berrangé1-1/+28
2018-03-06qio: non-default context for threaded qtaskPeter Xu1-2/+5
2017-01-23io: remove Error parameter from QIOTask thread workerDaniel P. Berrange1-11/+8
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange1-31/+42
2017-01-23io: add ability to associate an error with a taskDaniel P. Berrange1-0/+32
2017-01-23io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange1-0/+27
2017-01-23io: fix typo in docs for QIOTaskDaniel P. Berrange1-3/+3
2017-01-23io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange1-3/+4
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2016-07-06sockets: Use new QAPI cloningEric Blake1-1/+1
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange1-0/+256