]> git.ipfire.org Git - thirdparty/qemu.git/history - job.c
job: Add job_event_*()
[thirdparty/qemu.git] / job.c
2018-05-23  Kevin Wolfjob: Add job_event_*()
2018-05-23  Kevin Wolfjob: Move BlockJobCreateFlags to Job
2018-05-23  Kevin Wolfjob: Replace BlockJob.completed with job_is_completed()
2018-05-23  Kevin Wolfjob: Move pause/resume functions to Job
2018-05-23  Kevin Wolfjob: Add job_sleep_ns()
2018-05-23  Kevin Wolfjob: Move coroutine and related code to Job
2018-05-23  Kevin Wolfjob: Move defer_to_main_loop to Job
2018-05-23  Kevin Wolfjob: Add Job.aio_context
2018-05-23  Kevin Wolfjob: Move cancelled to Job
2018-05-23  Kevin Wolfjob: Add reference counting
2018-05-23  Kevin Wolfjob: Move state transitions to Job
2018-05-23  Kevin Wolfjob: Maintain a list of all jobs
2018-05-23  Kevin Wolfjob: Add job_delete()
2018-05-23  Kevin Wolfjob: Add JobDriver.job_type
2018-05-23  Kevin Wolfjob: Create Job, JobDriver and job_create()