aboutsummaryrefslogtreecommitdiff
path: root/blockjob.c
AgeCommit message (Expand)Author
2016-11-14blockjob: add block_job_startJohn Snow
2016-11-14blockjob: add .clean propertyJohn Snow
2016-11-14blockjob: fix dead pointer in txn listVladimir Sementsov-Ogievskiy
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-10-07block: use aio_bh_schedule_oneshotPaolo Bonzini
2016-09-05block jobs: Improve error message for missing job IDKevin Wolf
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-13qemu-img: Set the ID of the block job in img_commit()Alberto Garcia
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-06-28blockjob: assert(cb) when create jobChanglong Xie
2016-06-20blockjob: add AioContext attached callbackStefan Hajnoczi
2016-06-20blockjob: add block_job_get_aio_context()Stefan Hajnoczi
2016-06-20blockjob: add pause pointsStefan Hajnoczi
2016-06-20blockjob: rename block_job_is_paused()Stefan Hajnoczi
2016-06-20blockjob: move iostatus reset out of block_job_enter()Stefan Hajnoczi
2016-06-16block: Prevent sleeping jobs from resuming if they have been pausedAlberto Garcia
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
2016-02-04all: Clean up includesPeter Maydell
2016-02-02block: Remove unused struct definition BlockFinishDataFam Zheng
2015-11-12block: Add block job transactionsFam Zheng
2015-11-12blockjob: Simplify block_job_finish_syncFam Zheng
2015-11-12blockjob: Add "completed" and "ret" in BlockJobFam Zheng
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng
2015-10-23block: Move I/O status and error actions into BBMax Reitz
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange
2015-10-16blockjob: Store device name at job creationKevin Wolf
2015-07-07blockjob: add block_job_release functionTing Wang
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-04-28blockjob: Allow nested pauseFam Zheng
2014-11-03block: declare blockjobs and dataplane friends!Stefan Hajnoczi
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-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster