summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: Move block dirty bitmap code to separate filesFam Zheng2016-03-141-360/+0Star
* block: Fix snapshot=on cache modesKevin Wolf2016-03-141-11/+25
* block: Fix -incoming with snapshot=onKevin Wolf2016-02-221-4/+0Star
* all: Clean up includesPeter Maydell2016-02-041-3/+1Star
* block: set device_list.tqe_prev to NULL on BDS removalJeff Cody2016-02-021-10/+14
* block: Rewrite bdrv_close_all()Max Reitz2016-02-021-8/+26
* block: Add list of all BlockDriverStatesMax Reitz2016-02-021-0/+7
* block: Make bdrv_close() staticMax Reitz2016-02-021-1/+3
* block: Remove BDS close notifierMax Reitz2016-02-021-8/+0Star
* block: Release named dirty bitmaps in bdrv_close()Max Reitz2016-02-021-8/+31
* block: Inactivate BDS when migration completesKevin Wolf2016-01-201-0/+34
* block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf2016-01-201-5/+5
* block: Fix error path in bdrv_invalidate_cache()Kevin Wolf2016-01-201-0/+2
* block: Fix .bdrv_open flagsKevin Wolf2016-01-191-6/+7
* error: Use error_prepend() where it makes obvious senseMarkus Armbruster2016-01-131-11/+8Star
* block: Clean up "Could not create temporary overlay" error messageMarkus Armbruster2016-01-131-3/+2Star
* block: use drained section in bdrv_closePaolo Bonzini2016-01-071-1/+3
* block: Add opaque value to the amend CBMax Reitz2015-12-181-2/+2
* block: Move cache options into options QDictKevin Wolf2015-12-181-4/+96
* block: reopen: Extract QemuOpts for generic block layer optionsKevin Wolf2015-12-181-0/+24
* block: Introduce bs->explicit_optionsKevin Wolf2015-12-181-2/+22
* block: Split out parse_json_protocol()Kevin Wolf2015-12-181-18/+32
* block: Add infrastructure for option inheritanceKevin Wolf2015-12-181-21/+31
* block: reopen: Document option precedence and refactor accordinglyKevin Wolf2015-12-181-6/+33
* block: Allow specifying child options in reopenKevin Wolf2015-12-181-2/+10
* block: Keep "driver" in bs->optionsKevin Wolf2015-12-181-17/+40
* block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf2015-12-181-1/+4
* block: Exclude nested options only for children in append_open_options()Kevin Wolf2015-12-181-4/+16
* block: Consider all block layer options in append_open_optionsKevin Wolf2015-12-181-8/+18
* block: Allow references for backing filesKevin Wolf2015-12-181-19/+29
* block: Fix reopen with semantically overlapping optionsKevin Wolf2015-12-181-1/+15
* blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake2015-12-171-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/+1Star
|\
| * error: More error_setg() usageEric Blake2015-11-111-2/+1Star
* | 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/+1Star
* | 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/+0Star
* block: Move BlockAcctStats into BlockBackendMax Reitz2015-10-231-11/+0Star
* block: Move guest_block_size into BlockBackendMax Reitz2015-10-231-7/+0Star
* block: Invoke change media CB before NULLing drvMax Reitz2015-10-231-4/+4
* block: Make bdrv_is_inserted() recursiveMax Reitz2015-10-231-3/+9
* block: Make bdrv_is_inserted() return a boolMax Reitz2015-10-231-5/+7
* block: Set BDRV_O_INCOMING in bdrv_fill_options()Max Reitz2015-10-231-0/+4
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-201-1/+1
* block: auto-generated node-namesJeff Cody2015-10-161-7/+12
* block: Allow bdrv_unref_child(bs, NULL)Kevin Wolf2015-10-161-1/+6