aboutsummaryrefslogtreecommitdiff
path: root/io/task.c
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-0/+1
2019-08-21main-loop: Fix GSource leak in qio_task_thread_worker()Alberto Garcia1-0/+1
2019-02-12io: add qio_task_wait_thread to join with a background threadDaniel P. Berrangé1-4/+37
2019-02-12io: store reference to thread information in the QIOTask structDaniel P. Berrangé1-30/+34
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