summaryrefslogtreecommitdiff
path: root/io/task.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-06qio: non-default context for threaded qtaskPeter Xu1-2/+18
2018-03-06qio: rename qio_task_thread_resultPeter Xu1-2/+2
2017-01-26io: fix possible double free of task error objectDaniel P. Berrange1-0/+1
2017-01-23io: remove Error parameter from QIOTask thread workerDaniel P. Berrange1-9/+1
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange1-14/+4
2017-01-23io: add ability to associate an error with a taskDaniel P. Berrange1-0/+23
2017-01-23io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange1-0/+20
2017-01-23io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange1-1/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-04io: Clean up includesPeter Maydell1-0/+1
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange1-0/+159