]> git.proxmox.com Git - mirror_qemu.git/history - job.c
Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180822' into staging
[mirror_qemu.git] / job.c
2018-08-24 Peter MaydellMerge remote-tracking branch 'remotes/juanquintela...
2018-08-23 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2018-08-23 Peter MaydellMerge remote-tracking branch 'remotes/cody/tags/block...
2018-08-21 Jeff Codyblock: for jobs, do not clear user_paused until after...
2018-06-21 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2018-06-20 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2018-06-19 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2018-06-19 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2018-06-19 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2018-06-19 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-06-18 Kevin WolfMerge remote-tracking branch 'mreitz/tags/pull-block...
2018-06-18 Max Reitzjob: Add job_progress_increase_remaining()
2018-06-04 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2018-06-01 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2018-06-01 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2018-05-31 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2018-05-31 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-05-30 Kevin Wolfjob: Add error message for failing jobs
2018-05-29 Peter MaydellMerge remote-tracking branch 'remotes/stefanberger...
2018-05-24 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2018-05-24 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2018-05-24 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-05-23 Kevin Wolfjob: Add query-jobs QMP command
2018-05-23 Kevin Wolfjob: Add JOB_STATUS_CHANGE QMP event
2018-05-23 Kevin Wolfjob: Move progress fields to Job
2018-05-23 Kevin Wolfjob: Add job_transition_to_ready()
2018-05-23 Kevin Wolfjob: Add job_is_ready()
2018-05-23 Kevin Wolfjob: Add job_dismiss()
2018-05-23 Kevin Wolfjob: Add job_yield()
2018-05-23 Kevin Wolfjob: Move completion and cancellation to Job
2018-05-23 Kevin Wolfjob: Move transactions to Job
2018-05-23 Kevin Wolfjob: Move job_finish_sync() to Job
2018-05-23 Kevin Wolfjob: Move .complete callback to Job
2018-05-23 Kevin Wolfjob: Add job_drain()
2018-05-23 Kevin Wolfjob: Move single job finalisation to Job
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()