summaryrefslogtreecommitdiff
path: root/block/commit.c
AgeCommit message (Expand)AuthorFilesLines
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