summaryrefslogtreecommitdiff
path: root/include/block/blockjob.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-16blockjob: Store device name at job creationKevin Wolf1-0/+8
2015-07-07blockjob: add block_job_release functionTing Wang1-0/+8
2015-04-28blockjob: Allow nested pauseFam Zheng1-4/+18
2014-11-03blockjob: add block_job_defer_to_main_loop()Stefan Hajnoczi1-0/+19
2014-11-03blockjob: Add "ready" fieldMax Reitz1-0/+5
2014-11-03blockjob: Introduce block_job_complete_sync()Max Reitz1-0/+15
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-2/+2
2014-07-09block: drop aio functions that operate on the main AioContextPaolo Bonzini1-2/+2
2014-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+8
2014-06-27qapi event: clean up in callersWenchao Xia1-1/+1
2014-06-26blockjob: Add block_job_yield()Fam Zheng1-0/+8