aboutsummaryrefslogtreecommitdiff
path: root/job.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-07mirror: Do not clear .cancelledHanna Reitz1-1/+3
2021-10-07job: Add job_cancel_requested()Hanna Reitz1-2/+12
2021-10-07job: Do not soft-cancel after a job is doneHanna Reitz1-4/+21
2021-10-07jobs: Give Job.force_cancel more meaningHanna Reitz1-1/+5
2021-10-07job: @force parameter for job_cancel_sync()Hanna Reitz1-3/+15
2021-10-07job: Force-cancel jobs in a failed transactionHanna Reitz1-1/+6
2021-10-07job: Context changes in job_completed_txn_abort()Hanna Reitz1-5/+17
2021-06-25progressmeter: protect with a mutexEmanuele Giuseppe Esposito1-0/+3
2021-05-14mirror: stop cancelling in-flight requests on non-force cancel in READYVladimir Sementsov-Ogievskiy1-1/+1
2021-04-09job: Allow complete for jobs on standbyMax Reitz1-2/+2
2021-02-12job: add .cancel handler for the driverVladimir Sementsov-Ogievskiy1-0/+3
2021-01-26job: call job_enter from job_pauseVladimir Sementsov-Ogievskiy1-0/+3
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-1/+1
2020-04-07job: take each job's lock individually in job_txn_applyStefan Reiter1-10/+40
2020-03-11job: refactor progress to separate objectVladimir Sementsov-Ogievskiy1-3/+3
2019-09-10job: drop job_drainVladimir Sementsov-Ogievskiy1-11/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-10blockjob: Fix coroutine thread after AioContext changeKevin Wolf1-1/+1
2018-11-12job: Fix off-by-one assert checks for JobSTT and JobVerbTableLiam Merwick1-2/+2
2018-09-25block: Use a single global AioWaitKevin Wolf1-2/+1
2018-09-25job: Avoid deadlocks in job_completed_txn_abort()Kevin Wolf1-5/+11
2018-09-25blockjob: Lie better in child_job_drained_poll()Kevin Wolf1-1/+10
2018-09-25job: Use AIO_WAIT_WHILE() in job_finish_sync()Kevin Wolf1-8/+6
2018-09-25blockjob: Wake up BDS when job becomes idleKevin Wolf1-0/+7
2018-09-25job: Fix missing locking due to mismergeKevin Wolf1-0/+4
2018-09-25job: Fix nested aio_poll() hanging in job_txn_applyFam Zheng1-13/+5
2018-09-25jobs: remove .exit callbackJohn Snow1-43/+34
2018-09-24Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-08-31-v2' ...Peter Maydell1-48/+25
2018-08-31jobs: remove job_defer_to_main_loopJohn Snow1-38/+2
2018-08-31jobs: remove ret argument to job_completed; privatize itJohn Snow1-5/+6
2018-08-31jobs: add exit shimJohn Snow1-0/+18
2018-08-31jobs: canonize Error objectJohn Snow1-12/+6
2018-08-31jobs: change start callback to run callbackJohn Snow1-3/+3
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-1/+1
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