aboutsummaryrefslogtreecommitdiff
path: root/block/commit.c
AgeCommit message (Expand)Author
2016-07-13Improve block job rate limiting for small bandwidth valuesSascha Silbe
2016-07-13commit: Fix use of error handling policyKevin Wolf
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia
2016-07-13blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia
2016-07-05block: Use BlockBackend for I/O in bdrv_commit()Kevin Wolf
2016-07-05block: Move bdrv_commit() to block/commit.cKevin Wolf
2016-06-16block: Create the commit block job before reopening any imageAlberto Garcia
2016-05-25commit: Use BlockBackend for I/OKevin Wolf
2016-05-19blockjob: Don't touch BDS iostatusKevin Wolf
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-11-11commit: reopen overlay_bs before baseAlberto Garcia
2015-10-23block: Move I/O status and error actions into BBMax Reitz
2015-09-14block: Allow specifying driver-specific options to reopenKevin Wolf
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
2014-11-03block: let commit blockjob run in BDS AioContextStefan Hajnoczi
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson
2013-12-20commit: Remove unused checkFam Zheng
2013-10-11qapi: make use of new BlockJobTypeFam Zheng
2013-10-11blockjob: rename BlockJobType to BlockJobDriverFam Zheng
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini
2013-08-22aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh
2013-06-28block: Make BlockJobTypes constKevin Wolf
2013-01-17block: fix null-pointer bug on error case in block commitJeff Cody
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-11aio: Get rid of qemu_aio_flush()Kevin Wolf
2012-10-24block: rename block_job_complete to block_job_completedPaolo Bonzini
2012-10-24block: in commit, determine base image from the top imageJeff Cody
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini
2012-09-28block: move job APIs to separate filesPaolo Bonzini
2012-09-28block: add live block commit functionalityJeff Cody