aboutsummaryrefslogtreecommitdiff
path: root/include/block/blockjob.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-23job: Move coroutine and related code to JobKevin Wolf1-40/+0
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf1-5/+0
2018-05-23job: Move cancelled to JobKevin Wolf1-8/+0
2018-05-23job: Add reference countingKevin Wolf1-21/+0
2018-05-23job: Move state transitions to JobKevin Wolf1-3/+0
2018-05-23job: Maintain a list of all jobsKevin Wolf1-3/+0
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf1-5/+4
2018-05-15blockjob: Add block_job_driver()Kevin Wolf1-0/+7
2018-05-15blockjob: Implement block_job_set_speed() centrallyKevin Wolf1-0/+2
2018-05-15blockjob: Move RateLimit to BlockJobKevin Wolf1-0/+4
2018-05-15blockjob: Wrappers for progress counter accessKevin Wolf1-0/+19
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li1-2/+10
2018-03-19blockjobs: add block-job-finalizeJohn Snow1-0/+17
2018-03-19blockjobs: add PENDING status and eventJohn Snow1-0/+5
2018-03-19blockjobs: add block_job_dismissJohn Snow1-0/+14
2018-03-19blockjobs: add block_job_verb permission tableJohn Snow1-2/+11
2018-03-19blockjobs: add status enumJohn Snow1-0/+3
2018-03-19Blockjobs: documentation touchupJohn Snow1-4/+4
2018-03-19blockjobs: model single jobs as transactionsJohn Snow1-1/+0
2017-11-29blockjob: reimplement block_job_sleep_ns to allow cancellationPaolo Bonzini1-1/+7
2017-06-26fix: avoid an infinite loop or a dangling pointer problem in img_commitsochin.jiang1-0/+18
2017-05-24blockjob: introduce block_job_pause/resume_allPaolo Bonzini1-16/+0
2017-02-28blockjob: Factor out block_job_remove_all_bdrv()Kevin Wolf1-0/+9
2017-02-28blockjob: Add permissions to block_job_add_bdrv()Kevin Wolf1-1/+4
2016-11-14blockjob: add block_job_startJohn Snow1-0/+9
2016-11-01blockjobs: split interface into public/private, Part 1John Snow1-208/+4
2016-11-01Blockjobs: Internalize user_pause logicJohn Snow1-0/+26
2016-11-01blockjob: centralize QMP event emissionsJohn Snow1-17/+0
2016-11-01blockjobs: Allow creating internal jobsJohn Snow1-1/+6
2016-11-01blockjobs: hide internal jobs from management APIJohn Snow1-2/+10
2016-10-31block: Add block_job_add_bdrv()Alberto Garcia1-0/+14
2016-10-28blockjob: introduce .drain callback for jobsPaolo Bonzini1-0/+7
2016-07-13blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia1-3/+5
2016-07-13blockjob: Add block_job_get()Alberto Garcia1-0/+10
2016-07-13blockjob: Update description of the 'id' fieldAlberto Garcia1-4/+1
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+2
2016-06-20blockjob: add AioContext attached callbackStefan Hajnoczi1-0/+7
2016-06-20blockjob: add pause pointsStefan Hajnoczi1-3/+32
2016-06-20blockjob: rename block_job_is_paused()Stefan Hajnoczi1-9/+0
2016-06-07iostatus: fix comments for block_job_iostatus_resetChanglong Xie1-1/+1
2016-05-25blockjob: Remove BlockJob.bsKevin Wolf1-1/+0
2016-05-25block: Convert block job core to BlockBackendKevin Wolf1-1/+2
2016-05-25block: Cancel jobs first in bdrv_close_all()Kevin Wolf1-0/+7
2016-05-25block: keep a list of block jobsAlberto Garcia1-0/+14
2016-05-19blockjob: Don't set iostatus of targetKevin Wolf1-3/+1
2016-02-09blockjob: Fix hang in block_job_finish_syncFam Zheng1-0/+5
2015-11-12block: Add block job transactionsFam Zheng1-0/+38
2015-11-12blockjob: Add "completed" and "ret" in BlockJobFam Zheng1-0/+9
2015-11-12blockjob: Add .commit and .abort block job actionsFam Zheng1-0/+20
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng1-3/+15