aboutsummaryrefslogtreecommitdiff
path: root/job.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-21block: for jobs, do not clear user_paused until after the resumeJeff Cody1-1/+1
2018-06-18job: Add job_progress_increase_remaining()Max Reitz1-0/+5
2018-05-30job: Add error message for failing jobsKevin Wolf1-2/+14
2018-05-23job: Add query-jobs QMP commandKevin Wolf1-1/+1
2018-05-23job: Add JOB_STATUS_CHANGE QMP eventKevin Wolf1-0/+10
2018-05-23job: Move progress fields to JobKevin Wolf1-0/+10
2018-05-23job: Add job_transition_to_ready()Kevin Wolf1-3/+13
2018-05-23job: Add job_is_ready()Kevin Wolf1-0/+22
2018-05-23job: Add job_dismiss()Kevin Wolf1-1/+14
2018-05-23job: Add job_yield()Kevin Wolf1-2/+18
2018-05-23job: Move completion and cancellation to JobKevin Wolf1-8/+76
2018-05-23job: Move transactions to JobKevin Wolf1-8/+226
2018-05-23job: Move job_finish_sync() to JobKevin Wolf1-0/+28
2018-05-23job: Move .complete callback to JobKevin Wolf1-0/+16
2018-05-23job: Add job_drain()Kevin Wolf1-0/+11
2018-05-23job: Move single job finalisation to JobKevin Wolf1-2/+98
2018-05-23job: Add job_event_*()Kevin Wolf1-0/+19
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf1-1/+10
2018-05-23job: Replace BlockJob.completed with job_is_completed()Kevin Wolf1-0/+22
2018-05-23job: Move pause/resume functions to JobKevin Wolf1-0/+59
2018-05-23job: Add job_sleep_ns()Kevin Wolf1-0/+32
2018-05-23job: Move coroutine and related code to JobKevin Wolf1-0/+137
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf1-0/+32
2018-05-23job: Add Job.aio_contextKevin Wolf1-1/+3
2018-05-23job: Move cancelled to JobKevin Wolf1-0/+5
2018-05-23job: Add reference countingKevin Wolf1-4/+18
2018-05-23job: Move state transitions to JobKevin Wolf1-0/+56
2018-05-23job: Maintain a list of all jobsKevin Wolf1-0/+31
2018-05-23job: Add job_delete()Kevin Wolf1-0/+6
2018-05-23job: Add JobDriver.job_typeKevin Wolf1-0/+10
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf1-0/+48