summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-04all: Clean up includesPeter Maydell1-3/+1
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody1-10/+14
2016-02-02block: Rewrite bdrv_close_all()Max Reitz1-8/+26
2016-02-02block: Add list of all BlockDriverStatesMax Reitz1-0/+7
2016-02-02block: Make bdrv_close() staticMax Reitz1-1/+3
2016-02-02block: Remove BDS close notifierMax Reitz1-8/+0
2016-02-02block: Release named dirty bitmaps in bdrv_close()Max Reitz1-8/+31
2016-01-20block: Inactivate BDS when migration completesKevin Wolf1-0/+34
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf1-5/+5
2016-01-20block: Fix error path in bdrv_invalidate_cache()Kevin Wolf1-0/+2
2016-01-19block: Fix .bdrv_open flagsKevin Wolf1-6/+7
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster1-11/+8
2016-01-13block: Clean up "Could not create temporary overlay" error messageMarkus Armbruster1-3/+2
2016-01-07block: use drained section in bdrv_closePaolo Bonzini1-1/+3
2015-12-18block: Add opaque value to the amend CBMax Reitz1-2/+2
2015-12-18block: Move cache options into options QDictKevin Wolf1-4/+96
2015-12-18block: reopen: Extract QemuOpts for generic block layer optionsKevin Wolf1-0/+24
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf1-2/+22
2015-12-18block: Split out parse_json_protocol()Kevin Wolf1-18/+32
2015-12-18block: Add infrastructure for option inheritanceKevin Wolf1-21/+31
2015-12-18block: reopen: Document option precedence and refactor accordinglyKevin Wolf1-6/+33
2015-12-18block: Allow specifying child options in reopenKevin Wolf1-2/+10
2015-12-18block: Keep "driver" in bs->optionsKevin Wolf1-17/+40
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf1-1/+4
2015-12-18block: Exclude nested options only for children in append_open_options()Kevin Wolf1-4/+16
2015-12-18block: Consider all block layer options in append_open_optionsKevin Wolf1-8/+18
2015-12-18block: Allow references for backing filesKevin Wolf1-19/+29
2015-12-18block: Fix reopen with semantically overlapping optionsKevin Wolf1-1/+15
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake1-1/+1
2015-11-12qed: Implement .bdrv_drainFam Zheng1-2/+17
2015-11-12Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-11-11' into...Peter Maydell1-2/+1
2015-11-11error: More error_setg() usageEric Blake1-2/+1
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia1-3/+3
2015-11-11block: support passing 'backing': '' to 'blockdev-add'Alberto Garcia1-0/+7
2015-11-11block: Make bdrv_states publicMax Reitz1-2/+1
2015-11-11block: Don't call blk_bs() twice in bdrv_lookup_bs()Alberto Garcia1-3/+3
2015-10-23block: Prepare for NULL BDSMax Reitz1-0/+5
2015-10-23block: Move I/O status and error actions into BBMax Reitz1-125/+0
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz1-11/+0
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz1-7/+0
2015-10-23block: Invoke change media CB before NULLing drvMax Reitz1-4/+4
2015-10-23block: Make bdrv_is_inserted() recursiveMax Reitz1-3/+9
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz1-5/+7
2015-10-23block: Set BDRV_O_INCOMING in bdrv_fill_options()Max Reitz1-0/+4
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange1-1/+1
2015-10-16block: auto-generated node-namesJeff Cody1-7/+12
2015-10-16block: Allow bdrv_unref_child(bs, NULL)Kevin Wolf1-1/+6
2015-10-16block: Remove bdrv_swap()Kevin Wolf1-154/+1
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf1-1/+31
2015-10-16block: Implement bdrv_append() without bdrv_swap()Kevin Wolf1-28/+84