summaryrefslogtreecommitdiff
path: root/block/commit.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-13blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia1-1/+1
2016-07-05block: Use BlockBackend for I/O in bdrv_commit()Kevin Wolf1-12/+22
2016-07-05block: Move bdrv_commit() to block/commit.cKevin Wolf1-0/+111
2016-06-16block: Create the commit block job before reopening any imageAlberto Garcia1-5/+6
2016-05-25commit: Use BlockBackend for I/OKevin Wolf1-20/+33
2016-05-19blockjob: Don't touch BDS iostatusKevin Wolf1-7/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-11-11commit: reopen overlay_bs before baseAlberto Garcia1-4/+4
2015-10-23block: Move I/O status and error actions into BBMax Reitz1-1/+2
2015-09-14block: Allow specifying driver-specific options to reopenKevin Wolf1-2/+2
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-1/+1
2014-11-03block: let commit blockjob run in BDS AioContextStefan Hajnoczi1-26/+44
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-1/+1
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody1-3/+6
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-1/+1
2013-12-20commit: Remove unused checkFam Zheng1-7/+1
2013-10-11qapi: make use of new BlockJobTypeFam Zheng1-1/+1
2013-10-11blockjob: rename BlockJobType to BlockJobDriverFam Zheng1-2/+2
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini1-3/+3
2013-08-22aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh1-1/+1
2013-06-28block: Make BlockJobTypes constKevin Wolf1-1/+1
2013-01-17block: fix null-pointer bug on error case in block commitJeff Cody1-4/+3
2012-12-19block: move include files to include/block/Paolo Bonzini1-2/+2
2012-12-11aio: Get rid of qemu_aio_flush()Kevin Wolf1-1/+1
2012-10-24block: rename block_job_complete to block_job_completedPaolo Bonzini1-1/+1
2012-10-24block: in commit, determine base image from the top imageJeff Cody1-9/+0
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini1-7/+7
2012-09-28block: move job APIs to separate filesPaolo Bonzini1-0/+1
2012-09-28block: add live block commit functionalityJeff Cody1-0/+267