summaryrefslogtreecommitdiffstats
path: root/block/commit.c
Commit message (Expand)AuthorAgeFilesLines
* commit: reopen overlay_bs before baseAlberto Garcia2015-11-111-4/+4
* block: Move I/O status and error actions into BBMax Reitz2015-10-231-1/+2
* block: Allow specifying driver-specific options to reopenKevin Wolf2015-09-141-2/+2
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-1/+1
* block: let commit blockjob run in BDS AioContextStefan Hajnoczi2014-11-031-26/+44
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-1/+1
* block: extend block-commit to accept a string for the backing fileJeff Cody2014-07-011-3/+6
* qerror.h: Remove QERR defines that are only used onceCole Robinson2014-04-251-1/+1
* commit: Remove unused checkFam Zheng2013-12-201-7/+1
* qapi: make use of new BlockJobTypeFam Zheng2013-10-111-1/+1
* blockjob: rename BlockJobType to BlockJobDriverFam Zheng2013-10-111-2/+2
* block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini2013-09-061-3/+3
* aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh2013-08-221-1/+1
* block: Make BlockJobTypes constKevin Wolf2013-06-281-1/+1
* block: fix null-pointer bug on error case in block commitJeff Cody2013-01-171-4/+3
* block: move include files to include/block/Paolo Bonzini2012-12-191-2/+2
* aio: Get rid of qemu_aio_flush()Kevin Wolf2012-12-111-1/+1
* block: rename block_job_complete to block_job_completedPaolo Bonzini2012-10-241-1/+1
* block: in commit, determine base image from the top imageJeff Cody2012-10-241-9/+0
* iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini2012-09-281-7/+7
* block: move job APIs to separate filesPaolo Bonzini2012-09-281-0/+1
* block: add live block commit functionalityJeff Cody2012-09-281-0/+267
OpenPOWER on IntegriCloud