aboutsummaryrefslogtreecommitdiff
path: root/job.c
AgeCommit message (Expand)Author
2022-03-04job.h: assertions in the callers of JobDriver function pointersEmanuele Giuseppe Esposito
2021-12-28job.c: add missing notifier initializationEmanuele Giuseppe Esposito
2021-10-07mirror: Do not clear .cancelledHanna Reitz
2021-10-07job: Add job_cancel_requested()Hanna Reitz
2021-10-07job: Do not soft-cancel after a job is doneHanna Reitz
2021-10-07jobs: Give Job.force_cancel more meaningHanna Reitz
2021-10-07job: @force parameter for job_cancel_sync()Hanna Reitz
2021-10-07job: Force-cancel jobs in a failed transactionHanna Reitz
2021-10-07job: Context changes in job_completed_txn_abort()Hanna Reitz
2021-06-25progressmeter: protect with a mutexEmanuele Giuseppe Esposito
2021-05-14mirror: stop cancelling in-flight requests on non-force cancel in READYVladimir Sementsov-Ogievskiy
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