summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: Use BdrvChild in BlockBackendKevin Wolf2019-11-291-13/+34
* block: Remove bdrv_states listMax Reitz2019-11-291-28/+3
* block: Use bdrv_next() instead of bdrv_statesMax Reitz2019-11-291-6/+6
* block: Rewrite bdrv_next()Max Reitz2019-11-291-3/+14
* block: Move some bdrv_*_all() functions to BBMax Reitz2019-11-291-20/+0
* block: Drop BB name from bad option errorMax Reitz2019-11-291-3/+3
* block: Move block dirty bitmap code to separate filesFam Zheng2019-11-291-360/+0
* block: Fix snapshot=on cache modesKevin Wolf2019-11-291-11/+25
* block: Fix -incoming with snapshot=onKevin Wolf2019-11-291-4/+0
* all: Clean up includesPeter Maydell2019-11-291-3/+1
* block: set device_list.tqe_prev to NULL on BDS removalJeff Cody2019-11-291-10/+14
* block: Rewrite bdrv_close_all()Max Reitz2019-11-291-8/+26
* block: Add list of all BlockDriverStatesMax Reitz2019-11-291-0/+7
* block: Make bdrv_close() staticMax Reitz2019-11-291-1/+3
* block: Remove BDS close notifierMax Reitz2019-11-291-8/+0
* block: Release named dirty bitmaps in bdrv_close()Max Reitz2019-11-291-8/+31
* block: Inactivate BDS when migration completesKevin Wolf2019-11-291-0/+34
* block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf2019-11-291-5/+5
* block: Fix error path in bdrv_invalidate_cache()Kevin Wolf2019-11-291-0/+2
* block: Fix .bdrv_open flagsKevin Wolf2019-11-291-6/+7
* error: Use error_prepend() where it makes obvious senseMarkus Armbruster2019-11-291-11/+8
* block: Clean up "Could not create temporary overlay" error messageMarkus Armbruster2019-11-291-3/+2
* block: use drained section in bdrv_closePaolo Bonzini2019-11-291-1/+3
* block: Add opaque value to the amend CBMax Reitz2019-11-291-2/+2
* block: Move cache options into options QDictKevin Wolf2019-11-291-4/+96
* block: reopen: Extract QemuOpts for generic block layer optionsKevin Wolf2019-11-291-0/+24
* block: Introduce bs->explicit_optionsKevin Wolf2019-11-291-2/+22
* block: Split out parse_json_protocol()Kevin Wolf2019-11-291-18/+32
* block: Add infrastructure for option inheritanceKevin Wolf2019-11-291-21/+31
* block: reopen: Document option precedence and refactor accordinglyKevin Wolf2019-11-291-6/+33
* block: Allow specifying child options in reopenKevin Wolf2019-11-291-2/+10
* block: Keep "driver" in bs->optionsKevin Wolf2019-11-291-17/+40
* block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf2019-11-291-1/+4
* block: Exclude nested options only for children in append_open_options()Kevin Wolf2019-11-291-4/+16
* block: Consider all block layer options in append_open_optionsKevin Wolf2019-11-291-8/+18
* block: Allow references for backing filesKevin Wolf2019-11-291-19/+29
* block: Fix reopen with semantically overlapping optionsKevin Wolf2019-11-291-1/+15
* blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake2019-11-291-1/+1
* qed: Implement .bdrv_drainFam Zheng2015-11-121-2/+17
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-11-11' into...Peter Maydell2015-11-121-2/+1
|\
| * error: More error_setg() usageEric Blake2015-11-111-2/+1
* | throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia2015-11-111-3/+3
* | block: support passing 'backing': '' to 'blockdev-add'Alberto Garcia2015-11-111-0/+7
* | block: Make bdrv_states publicMax Reitz2015-11-111-2/+1
* | block: Don't call blk_bs() twice in bdrv_lookup_bs()Alberto Garcia2015-11-111-3/+3
|/
* block: Prepare for NULL BDSMax Reitz2015-10-231-0/+5
* block: Move I/O status and error actions into BBMax Reitz2015-10-231-125/+0
* block: Move BlockAcctStats into BlockBackendMax Reitz2015-10-231-11/+0
* block: Move guest_block_size into BlockBackendMax Reitz2015-10-231-7/+0
* block: Invoke change media CB before NULLing drvMax Reitz2015-10-231-4/+4
OpenPOWER on IntegriCloud