summaryrefslogtreecommitdiffstats
path: root/io/task.c
Commit message (Expand)AuthorAgeFilesLines
* io: Fix Lesser GPL version numberChetan Pant2020-10-271-1/+1
* io/task: Move 'qom/object.h' header to sourcePhilippe Mathieu-Daudé2020-06-101-0/+1
* main-loop: Fix GSource leak in qio_task_thread_worker()Alberto Garcia2019-08-211-0/+1
* io: add qio_task_wait_thread to join with a background threadDaniel P. Berrangé2019-02-121-4/+37
* io: store reference to thread information in the QIOTask structDaniel P. Berrangé2019-02-121-30/+34
* qio: non-default context for threaded qtaskPeter Xu2018-03-061-2/+18
* qio: rename qio_task_thread_resultPeter Xu2018-03-061-2/+2
* io: fix possible double free of task error objectDaniel P. Berrange2017-01-261-0/+1
* io: remove Error parameter from QIOTask thread workerDaniel P. Berrange2017-01-231-9/+1Star
* io: change the QIOTask callback signatureDaniel P. Berrange2017-01-231-14/+4Star
* io: add ability to associate an error with a taskDaniel P. Berrange2017-01-231-0/+23
* io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange2017-01-231-0/+20
* io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange2017-01-231-1/+0Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* io: Clean up includesPeter Maydell2016-02-041-0/+1
* io: add QIOTask class for async operationsDaniel P. Berrange2015-12-181-0/+159