]> git.proxmox.com Git - mirror_qemu.git/history - job.c
job: Add Job.aio_context
[mirror_qemu.git] / job.c
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()