aboutsummaryrefslogtreecommitdiff
path: root/include/block/block.h
AgeCommit message (Expand)Author
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-02-02block: Make bdrv_close() staticMax Reitz
2016-02-02block: Remove BDS close notifierMax Reitz
2016-01-20block: Inactivate BDS when migration completesKevin Wolf
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf
2016-01-07block: Add check on mirror targetFam Zheng
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng
2015-12-18block: Remove prototype of bdrv_swap from headerFam Zheng
2015-12-18block: Add opaque value to the amend CBMax Reitz
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf
2015-12-18block: Allow references for backing filesKevin Wolf
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake
2015-12-03block: Don't wait serialising for non-COR read requestsFam Zheng
2015-11-12block: Add block job transactionsFam Zheng
2015-11-12qed: Implement .bdrv_drainFam Zheng
2015-11-12block: Add ioctl parameter fields to BlockRequestFam Zheng
2015-10-23block: Introduce "drained begin/end" APIFam Zheng
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: Make bdrv_is_inserted() return a boolMax Reitz
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf
2015-10-16block: Remove bdrv_open_image()Kevin Wolf
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-09-25block: Introduce a new API bdrv_co_no_copy_on_readv()Wen Congyang
2015-09-14block: Allow specifying driver-specific options to reopenKevin Wolf
2015-09-14block: Drop bdrv_find_whitelisted_format()Max Reitz
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-09-02block: more check for replaced nodeWen Congyang
2015-07-14block: Introduce bdrv_unref_child()Kevin Wolf
2015-07-14block: Introduce bdrv_open_child()Kevin Wolf
2015-07-02block: Add bdrv_get_block_status_aboveFam Zheng
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf
2015-06-12block: Use macro for cache option namesKevin Wolf
2015-06-12throttle: Add throttle group supportAlberto Garcia
2015-05-29qapi: add dirty bitmap statusJohn Snow
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow
2015-04-28qmp: add block-dirty-bitmap-clearJohn Snow
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow
2015-04-28block: Add bitmap successorsJohn Snow
2015-04-28block: Add bitmap disabled statusJohn Snow
2015-04-28block: Introduce bdrv_dirty_bitmap_granularity()John Snow
2015-04-28qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow
2015-04-28qmp: Ensure consistent granularity typeJohn Snow