summaryrefslogtreecommitdiffstats
path: root/include/block/block.h
Commit message (Expand)AuthorAgeFilesLines
* block: Avoid bs->blk in bdrv_next()Kevin Wolf2016-05-191-1/+2
* block: Remove bdrv_aio_multiwrite()Kevin Wolf2016-05-191-5/+2Star
* block: Move I/O throttling configuration functions to BlockBackendKevin Wolf2016-05-191-4/+0Star
* quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang2016-05-121-0/+4
* Add new block driver interface to add/delete a BDS's childWen Congyang2016-05-121-0/+4
* block: plug whole tree at once, introduce bdrv_io_unplugged_begin/endPaolo Bonzini2016-05-121-1/+2
* block: Fix bdrv_drain in coroutineFam Zheng2016-04-111-0/+1
* block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf2016-03-301-2/+0Star
* block: Remove BDRV_O_CACHE_WBKevin Wolf2016-03-301-2/+1Star
* block: Remove bdrv_parse_cache_flags()Kevin Wolf2016-03-301-1/+0Star
* block: Move enable_write_cache to BB levelKevin Wolf2016-03-301-0/+1
* block: Add bdrv_parse_cache_mode()Kevin Wolf2016-03-301-0/+1
* block: move encryption deprecation warning into qcow codeDaniel P. Berrange2016-03-301-0/+1
* block: add flag to indicate that no I/O will be performedDaniel P. Berrange2016-03-301-0/+1
* block: Remove bdrv_make_anon()Kevin Wolf2016-03-301-1/+0Star
* include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster2016-03-221-1/+1
* block: Pull up blk_read_unthrottled() implementationKevin Wolf2016-03-171-2/+0Star
* block: Remove bdrv_states listMax Reitz2016-03-171-1/+0Star
* block: Add bdrv_next_monitor_owned()Max Reitz2016-03-171-0/+1
* block: Move some bdrv_*_all() functions to BBMax Reitz2016-03-171-2/+0Star
* 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