summaryrefslogtreecommitdiff
path: root/block/commit.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-07commit: Set commit_top_bs->total_sectorsKevin Wolf1-0/+1
2017-04-07commit: Set commit_top_bs->aio_contextKevin Wolf1-0/+2
2017-03-13commit: Implement .bdrv_refresh_filenameKevin Wolf1-0/+8
2017-03-13commit: Implement bdrv_commit_top.bdrv_co_get_block_statusKevin Wolf1-4/+16
2017-03-07commit: Don't use error_abort in commit_startFam Zheng1-2/+14
2017-03-07commit: Fix error handlingKevin Wolf1-1/+1
2017-02-28block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf1-7/+7
2017-02-28commit: Add filter-node-name to block-commitKevin Wolf1-2/+3
2017-02-28commit: Use real permissions for HMP 'commit'Kevin Wolf1-6/+27
2017-02-28commit: Use real permissions in commit block jobKevin Wolf1-18/+95
2017-02-28blockjob: Add permissions to block_job_add_bdrv()Kevin Wolf1-2/+6
2017-02-28blockjob: Add permissions to block_job_create()Kevin Wolf1-2/+3
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf1-8/+30
2017-02-28block: Add permissions to blk_new()Kevin Wolf1-4/+8
2016-11-14blockjob: add block_job_startJohn Snow1-3/+2
2016-11-14blockjob: add .start fieldJohn Snow1-1/+2
2016-11-01blockjobs: split interface into public/private, Part 1John Snow1-1/+1
2016-11-01blockjob: centralize QMP event emissionsJohn Snow1-4/+4
2016-11-01blockjobs: Allow creating internal jobsJohn Snow1-1/+1
2016-10-31block: Block all nodes involved in the block-commit operationAlberto Garcia1-0/+14
2016-10-28block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini1-1/+1
2016-09-23commit: Add 'base' to the reopen queue before 'overlay_bs'Alberto Garcia1-4/+4
2016-09-20commit: get the overlay node before manipulating the backing chainAlberto Garcia1-2/+1
2016-07-13Improve block job rate limiting for small bandwidth valuesSascha Silbe1-8/+5
2016-07-13commit: Fix use of error handling policyKevin Wolf1-3/+3
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia1-3/+4
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