summaryrefslogtreecommitdiff
path: root/include/block/blockjob.h
AgeCommit message (Expand)Author
2016-11-14blockjob: add block_job_startJohn Snow
2016-11-01blockjobs: split interface into public/private, Part 1John Snow
2016-11-01Blockjobs: Internalize user_pause logicJohn Snow
2016-11-01blockjob: centralize QMP event emissionsJohn Snow
2016-11-01blockjobs: Allow creating internal jobsJohn Snow
2016-11-01blockjobs: hide internal jobs from management APIJohn Snow
2016-10-31block: Add block_job_add_bdrv()Alberto Garcia
2016-10-28blockjob: introduce .drain callback for jobsPaolo Bonzini
2016-07-13blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia
2016-07-13blockjob: Add block_job_get()Alberto Garcia
2016-07-13blockjob: Update description of the 'id' fieldAlberto Garcia
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-06-20blockjob: add AioContext attached callbackStefan Hajnoczi
2016-06-20blockjob: add pause pointsStefan Hajnoczi
2016-06-20blockjob: rename block_job_is_paused()Stefan Hajnoczi
2016-06-07iostatus: fix comments for block_job_iostatus_resetChanglong Xie
2016-05-25blockjob: Remove BlockJob.bsKevin Wolf
2016-05-25block: Convert block job core to BlockBackendKevin Wolf
2016-05-25block: Cancel jobs first in bdrv_close_all()Kevin Wolf
2016-05-25block: keep a list of block jobsAlberto Garcia
2016-05-19blockjob: Don't set iostatus of targetKevin Wolf
2016-02-09blockjob: Fix hang in block_job_finish_syncFam Zheng
2015-11-12block: Add block job transactionsFam Zheng
2015-11-12blockjob: Add "completed" and "ret" in BlockJobFam Zheng
2015-11-12blockjob: Add .commit and .abort block job actionsFam Zheng
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng
2015-10-16blockjob: Store device name at job creationKevin Wolf
2015-07-07blockjob: add block_job_release functionTing Wang
2015-04-28blockjob: Allow nested pauseFam Zheng
2014-11-03blockjob: add block_job_defer_to_main_loop()Stefan Hajnoczi
2014-11-03blockjob: Add "ready" fieldMax Reitz
2014-11-03blockjob: Introduce block_job_complete_sync()Max Reitz
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-07-09block: drop aio functions that operate on the main AioContextPaolo Bonzini
2014-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-06-27qapi event: clean up in callersWenchao Xia
2014-06-26blockjob: Add block_job_yield()Fam Zheng
2014-06-23qapi event: convert other BLOCK_JOB eventsWenchao Xia
2014-05-28block: Replace in_use with operation blockerFam Zheng
2013-10-11qapi: make use of new BlockJobTypeFam Zheng
2013-10-11blockjob: rename BlockJobType to BlockJobDriverFam Zheng
2013-08-22aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh
2012-12-19block: move include files to include/block/Paolo Bonzini