summaryrefslogtreecommitdiffstats
path: root/include/block/block.h
Commit message (Expand)AuthorAgeFilesLines
* block: Remove unused typedef of BlockDriverDirtyHandlerFam Zheng2016-03-141-2/+0Star
* block: Move block dirty bitmap code to separate filesFam Zheng2016-03-141-34/+1Star
* typedefs: Add BdrvDirtyBitmapFam Zheng2016-03-141-1/+0Star
* block: Include hbitmap.h in block.hFam Zheng2016-03-141-1/+1
* block: Fix snapshot=on cache modesKevin Wolf2016-03-141-1/+0Star
* block: set device_list.tqe_prev to NULL on BDS removalJeff Cody2016-02-021-0/+1
* block: Add "file" output parameter to block status query functionsFam Zheng2016-02-021-4/+7
* block: Make bdrv_close() staticMax Reitz2016-02-021-1/+0Star
* block: Remove BDS close notifierMax Reitz2016-02-021-1/+0Star
* block: Inactivate BDS when migration completesKevin Wolf2016-01-201-0/+1
* block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf2016-01-201-1/+1
* block: Add check on mirror targetFam Zheng2016-01-071-0/+1
* block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng2016-01-071-1/+1
* block: Remove prototype of bdrv_swap from headerFam Zheng2015-12-181-1/+0Star
* block: Add opaque value to the amend CBMax Reitz2015-12-181-2/+2
* block: Introduce bs->explicit_optionsKevin Wolf2015-12-181-0/+1
* block: Allow references for backing filesKevin Wolf2015-12-181-1/+2
* blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake2015-12-171-61/+1Star
* block: Don't wait serialising for non-COR read requestsFam Zheng2015-12-031-2/+2
* block: Add block job transactionsFam Zheng2015-11-121-0/+1
* qed: Implement .bdrv_drainFam Zheng2015-11-121-1/+0Star
* block: Add ioctl parameter fields to BlockRequestFam Zheng2015-11-121-4/+12
* block: Introduce "drained begin/end" APIFam Zheng2015-10-231-0/+19
* block: Move I/O status and error actions into BBMax Reitz2015-10-231-11/+0Star
* block: Move BlockAcctStats into BlockBackendMax Reitz2015-10-231-2/+0Star
* block: Move guest_block_size into BlockBackendMax Reitz2015-10-231-1/+0Star
* block: Make bdrv_is_inserted() return a boolMax Reitz2015-10-231-1/+1
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-201-1/+1
* block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf2015-10-161-1/+3
* block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf2015-10-161-0/+1
* block: Remove bdrv_open_image()Kevin Wolf2015-10-161-4/+0Star
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-1/+7
* block: Introduce a new API bdrv_co_no_copy_on_readv()Wen Congyang2015-09-251-3/+6
* block: Allow specifying driver-specific options to reopenKevin Wolf2015-09-141-1/+3
* block: Drop bdrv_find_whitelisted_format()Max Reitz2015-09-141-2/+0Star
* block: Drop drv parameter from bdrv_open()Max Reitz2015-09-141-2/+1Star
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* block: more check for replaced nodeWen Congyang2015-09-021-1/+2
* block: Introduce bdrv_unref_child()Kevin Wolf2015-07-141-0/+1
* block: Introduce bdrv_open_child()Kevin Wolf2015-07-141-0/+6
* block: Add bdrv_get_block_status_aboveFam Zheng2015-07-021-0/+4
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-06-151-1/+11
|\
| * block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf2015-06-121-1/+3
| * block: Use macro for cache option namesKevin Wolf2015-06-121-0/+8
* | throttle: Add throttle group supportAlberto Garcia2015-06-121-1/+2
|/
* qapi: add dirty bitmap statusJohn Snow2015-05-291-0/+1
* block: minimal bounce buffer alignmentDenis V. Lunev2015-05-221-0/+2
* block: Ensure consistent bitmap function prototypesJohn Snow2015-04-281-6/+5Star
* qmp: add block-dirty-bitmap-clearJohn Snow2015-04-281-0/+1
* qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2015-04-281-0/+1