aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2016-02-02block: Add list of all BlockDriverStatesMax Reitz
2016-02-02block: Make bdrv_close() staticMax Reitz
2016-02-02block: Remove BDS close notifierMax Reitz
2016-02-02block: Release named dirty bitmaps in bdrv_close()Max Reitz
2016-01-20block: Inactivate BDS when migration completesKevin Wolf
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf
2016-01-20block: Fix error path in bdrv_invalidate_cache()Kevin Wolf
2016-01-19block: Fix .bdrv_open flagsKevin Wolf
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster
2016-01-13block: Clean up "Could not create temporary overlay" error messageMarkus Armbruster
2016-01-07block: use drained section in bdrv_closePaolo Bonzini
2015-12-18block: Add opaque value to the amend CBMax Reitz
2015-12-18block: Move cache options into options QDictKevin Wolf
2015-12-18block: reopen: Extract QemuOpts for generic block layer optionsKevin Wolf
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf
2015-12-18block: Split out parse_json_protocol()Kevin Wolf
2015-12-18block: Add infrastructure for option inheritanceKevin Wolf
2015-12-18block: reopen: Document option precedence and refactor accordinglyKevin Wolf
2015-12-18block: Allow specifying child options in reopenKevin Wolf
2015-12-18block: Keep "driver" in bs->optionsKevin Wolf
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf
2015-12-18block: Exclude nested options only for children in append_open_options()Kevin Wolf
2015-12-18block: Consider all block layer options in append_open_optionsKevin Wolf
2015-12-18block: Allow references for backing filesKevin Wolf
2015-12-18block: Fix reopen with semantically overlapping optionsKevin Wolf
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake
2015-11-12qed: Implement .bdrv_drainFam Zheng
2015-11-12Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-11-11' into...Peter Maydell
2015-11-11error: More error_setg() usageEric Blake
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia
2015-11-11block: support passing 'backing': '' to 'blockdev-add'Alberto Garcia
2015-11-11block: Make bdrv_states publicMax Reitz
2015-11-11block: Don't call blk_bs() twice in bdrv_lookup_bs()Alberto Garcia
2015-10-23block: Prepare for NULL BDSMax Reitz
2015-10-23block: Move I/O status and error actions into BBMax Reitz
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz
2015-10-23block: Invoke change media CB before NULLing drvMax Reitz
2015-10-23block: Make bdrv_is_inserted() recursiveMax Reitz
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz
2015-10-23block: Set BDRV_O_INCOMING in bdrv_fill_options()Max Reitz
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange
2015-10-16block: auto-generated node-namesJeff Cody
2015-10-16block: Allow bdrv_unref_child(bs, NULL)Kevin Wolf
2015-10-16block: Remove bdrv_swap()Kevin Wolf
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf
2015-10-16block: Implement bdrv_append() without bdrv_swap()Kevin Wolf
2015-10-16block: Introduce parents listKevin Wolf
2015-10-16block: Split bdrv_move_feature_fields()Kevin Wolf
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf