summaryrefslogtreecommitdiffstats
path: root/include/block/block.h
Commit message (Expand)AuthorAgeFilesLines
* block: Fix bdrv_drain in coroutineFam Zheng2019-11-291-0/+1
* block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf2019-11-291-2/+0
* block: Remove BDRV_O_CACHE_WBKevin Wolf2019-11-291-2/+1
* block: Remove bdrv_parse_cache_flags()Kevin Wolf2019-11-291-1/+0
* block: Move enable_write_cache to BB levelKevin Wolf2019-11-291-0/+1
* block: Add bdrv_parse_cache_mode()Kevin Wolf2019-11-291-0/+1
* block: move encryption deprecation warning into qcow codeDaniel P. Berrange2019-11-291-0/+1
* block: add flag to indicate that no I/O will be performedDaniel P. Berrange2019-11-291-0/+1
* block: Remove bdrv_make_anon()Kevin Wolf2019-11-291-1/+0
* include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster2019-11-291-1/+1
* block: Pull up blk_read_unthrottled() implementationKevin Wolf2019-11-291-2/+0
* block: Remove bdrv_states listMax Reitz2019-11-291-1/+0
* block: Add bdrv_next_monitor_owned()Max Reitz2019-11-291-0/+1
* block: Move some bdrv_*_all() functions to BBMax Reitz2019-11-291-2/+0
* block: Remove unused typedef of BlockDriverDirtyHandlerFam Zheng2019-11-291-2/+0
* block: Move block dirty bitmap code to separate filesFam Zheng2019-11-291-34/+1
* typedefs: Add BdrvDirtyBitmapFam Zheng2019-11-291-1/+0
* block: Include hbitmap.h in block.hFam Zheng2019-11-291-1/+1
* block: Fix snapshot=on cache modesKevin Wolf2019-11-291-1/+0
* block: set device_list.tqe_prev to NULL on BDS removalJeff Cody2019-11-291-0/+1
* block: Add "file" output parameter to block status query functionsFam Zheng2019-11-291-4/+7
* block: Make bdrv_close() staticMax Reitz2019-11-291-1/+0
* block: Remove BDS close notifierMax Reitz2019-11-291-1/+0
* block: Inactivate BDS when migration completesKevin Wolf2019-11-291-0/+1
* block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf2019-11-291-1/+1
* block: Add check on mirror targetFam Zheng2019-11-291-0/+1
* block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng2019-11-291-1/+1
* block: Remove prototype of bdrv_swap from headerFam Zheng2019-11-291-1/+0
* block: Add opaque value to the amend CBMax Reitz2019-11-291-2/+2
* block: Introduce bs->explicit_optionsKevin Wolf2019-11-291-0/+1
* block: Allow references for backing filesKevin Wolf2019-11-291-1/+2
* blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake2019-11-291-61/+1
* 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/+0
* 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/+0
* block: Move BlockAcctStats into BlockBackendMax Reitz2015-10-231-2/+0
* block: Move guest_block_size into BlockBackendMax Reitz2015-10-231-1/+0
* 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/+0
* 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/+0
* block: Drop drv parameter from bdrv_open()Max Reitz2015-09-141-2/+1
OpenPOWER on IntegriCloud