aboutsummaryrefslogtreecommitdiff
path: root/job.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21block: remove AioContext lockingStefan Hajnoczi1-16/+0
2023-10-31blockjob: introduce block-job-change QMP commandFiona Ebner1-0/+1
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito1-1/+1
2022-10-07job: remove unused functionsEmanuele Giuseppe Esposito1-101/+6
2022-10-07job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito1-79/+32
2022-10-07jobs: protect job.aio_context with BQL and job_mutexEmanuele Giuseppe Esposito1-0/+12
2022-10-07job: detect change of aiocontext within job coroutinePaolo Bonzini1-2/+17
2022-10-07job: move and update comments from blockjob.cEmanuele Giuseppe Esposito1-0/+16
2022-10-07job.c: add job_lock/unlock while keeping job.h intactEmanuele Giuseppe Esposito1-180/+430
2022-10-07job.c: API functions not used outside should be staticEmanuele Giuseppe Esposito1-3/+19
2022-10-07job.c: make job_mutex and job_lock/unlock() publicEmanuele Giuseppe Esposito1-12/+23
2022-10-07job: add missing coroutine_fn annotationsPaolo Bonzini1-1/+1
2022-03-04job.h: assertions in the callers of JobDriver function pointersEmanuele Giuseppe Esposito1-0/+10
2021-12-28job.c: add missing notifier initializationEmanuele Giuseppe Esposito1-0/+1
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