aboutsummaryrefslogtreecommitdiff
path: root/io/task.c
AgeCommit message (Expand)Author
2020-06-10io/task: Move 'qom/object.h' header to sourcePhilippe Mathieu-Daudé
2019-08-21main-loop: Fix GSource leak in qio_task_thread_worker()Alberto Garcia
2019-02-12io: add qio_task_wait_thread to join with a background threadDaniel P. Berrangé
2019-02-12io: store reference to thread information in the QIOTask structDaniel P. Berrangé
2018-03-06qio: non-default context for threaded qtaskPeter Xu
2018-03-06qio: rename qio_task_thread_resultPeter Xu
2017-01-26io: fix possible double free of task error objectDaniel P. Berrange
2017-01-23io: remove Error parameter from QIOTask thread workerDaniel P. Berrange
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange
2017-01-23io: add ability to associate an error with a taskDaniel P. Berrange
2017-01-23io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange
2017-01-23io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-04io: Clean up includesPeter Maydell
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange