aboutsummaryrefslogtreecommitdiff
path: root/job.c
AgeCommit message (Expand)Author
2021-04-09job: Allow complete for jobs on standbyMax Reitz
2021-02-12job: add .cancel handler for the driverVladimir Sementsov-Ogievskiy
2021-01-26job: call job_enter from job_pauseVladimir Sementsov-Ogievskiy
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-04-07job: take each job's lock individually in job_txn_applyStefan Reiter
2020-03-11job: refactor progress to separate objectVladimir Sementsov-Ogievskiy
2019-09-10job: drop job_drainVladimir Sementsov-Ogievskiy
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-10blockjob: Fix coroutine thread after AioContext changeKevin Wolf
2018-11-12job: Fix off-by-one assert checks for JobSTT and JobVerbTableLiam Merwick
2018-09-25block: Use a single global AioWaitKevin Wolf
2018-09-25job: Avoid deadlocks in job_completed_txn_abort()Kevin Wolf
2018-09-25blockjob: Lie better in child_job_drained_poll()Kevin Wolf
2018-09-25job: Use AIO_WAIT_WHILE() in job_finish_sync()Kevin Wolf
2018-09-25blockjob: Wake up BDS when job becomes idleKevin Wolf
2018-09-25job: Fix missing locking due to mismergeKevin Wolf
2018-09-25job: Fix nested aio_poll() hanging in job_txn_applyFam Zheng
2018-09-25jobs: remove .exit callbackJohn Snow
2018-09-24Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-08-31-v2' ...Peter Maydell
2018-08-31jobs: remove job_defer_to_main_loopJohn Snow
2018-08-31jobs: remove ret argument to job_completed; privatize itJohn Snow
2018-08-31jobs: add exit shimJohn Snow
2018-08-31jobs: canonize Error objectJohn Snow
2018-08-31jobs: change start callback to run callbackJohn Snow
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-08-21block: for jobs, do not clear user_paused until after the resumeJeff Cody
2018-06-18job: Add job_progress_increase_remaining()Max Reitz
2018-05-30job: Add error message for failing jobsKevin Wolf
2018-05-23job: Add query-jobs QMP commandKevin Wolf
2018-05-23job: Add JOB_STATUS_CHANGE QMP eventKevin Wolf
2018-05-23job: Move progress fields to JobKevin Wolf
2018-05-23job: Add job_transition_to_ready()Kevin Wolf
2018-05-23job: Add job_is_ready()Kevin Wolf
2018-05-23job: Add job_dismiss()Kevin Wolf
2018-05-23job: Add job_yield()Kevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-23job: Move transactions to JobKevin Wolf
2018-05-23job: Move job_finish_sync() to JobKevin Wolf
2018-05-23job: Move .complete callback to JobKevin Wolf
2018-05-23job: Add job_drain()Kevin Wolf
2018-05-23job: Move single job finalisation to JobKevin Wolf
2018-05-23job: Add job_event_*()Kevin Wolf
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf
2018-05-23job: Replace BlockJob.completed with job_is_completed()Kevin Wolf
2018-05-23job: Move pause/resume functions to JobKevin Wolf
2018-05-23job: Add job_sleep_ns()Kevin Wolf
2018-05-23job: Move coroutine and related code to JobKevin Wolf
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf
2018-05-23job: Add Job.aio_contextKevin Wolf
2018-05-23job: Move cancelled to JobKevin Wolf