aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/job.h
AgeCommit message (Expand)AuthorFilesLines
2018-06-18job: Add job_progress_increase_remaining()Max Reitz1-0/+15
2018-05-30job: Add error message for failing jobsKevin Wolf1-1/+6
2018-05-23job: Add query-jobs QMP commandKevin Wolf1-0/+3
2018-05-23job: Move progress fields to JobKevin Wolf1-0/+28
2018-05-23job: Add job_transition_to_ready()Kevin Wolf1-3/+6
2018-05-23job: Add job_is_ready()Kevin Wolf1-0/+3
2018-05-23job: Add job_dismiss()Kevin Wolf1-1/+6
2018-05-23job: Add job_yield()Kevin Wolf1-2/+7
2018-05-23job: Move completion and cancellation to JobKevin Wolf1-11/+57
2018-05-23job: Move transactions to JobKevin Wolf1-9/+62
2018-05-23job: Switch transactions to JobTxnKevin Wolf1-0/+3
2018-05-23job: Move job_finish_sync() to JobKevin Wolf1-0/+9
2018-05-23job: Move .complete callback to JobKevin Wolf1-0/+8
2018-05-23job: Add job_drain()Kevin Wolf1-0/+13
2018-05-23job: Convert block_job_cancel_async() to JobKevin Wolf1-0/+6
2018-05-23job: Move single job finalisation to JobKevin Wolf1-1/+52
2018-05-23job: Add job_event_*()Kevin Wolf1-0/+18
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf1-1/+19
2018-05-23job: Replace BlockJob.completed with job_is_completed()Kevin Wolf1-0/+3
2018-05-23job: Move pause/resume functions to JobKevin Wolf1-0/+37
2018-05-23job: Add job_sleep_ns()Kevin Wolf1-1/+18
2018-05-23job: Move coroutine and related code to JobKevin Wolf1-0/+76
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf1-0/+20
2018-05-23job: Add Job.aio_contextKevin Wolf1-1/+6
2018-05-23job: Move cancelled to JobKevin Wolf1-0/+11
2018-05-23job: Add reference countingKevin Wolf1-2/+17
2018-05-23job: Move state transitions to JobKevin Wolf1-0/+13
2018-05-23job: Maintain a list of all jobsKevin Wolf1-0/+19
2018-05-23job: Add job_delete()Kevin Wolf1-0/+3
2018-05-23job: Add JobDriver.job_typeKevin Wolf1-0/+11
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf1-0/+60