summaryrefslogtreecommitdiff
path: root/include/block/block.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-11block: Fix bdrv_drain in coroutineFam Zheng1-0/+1
2016-03-30block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf1-2/+0
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf1-2/+1
2016-03-30block: Remove bdrv_parse_cache_flags()Kevin Wolf1-1/+0
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf1-0/+1
2016-03-30block: Add bdrv_parse_cache_mode()Kevin Wolf1-0/+1
2016-03-30block: move encryption deprecation warning into qcow codeDaniel P. Berrange1-0/+1
2016-03-30block: add flag to indicate that no I/O will be performedDaniel P. Berrange1-0/+1
2016-03-30block: Remove bdrv_make_anon()Kevin Wolf1-1/+0
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster1-1/+1
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin Wolf1-2/+0
2016-03-17block: Remove bdrv_states listMax Reitz1-1/+0
2016-03-17block: Add bdrv_next_monitor_owned()Max Reitz1-0/+1
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz1-2/+0
2016-03-14block: Remove unused typedef of BlockDriverDirtyHandlerFam Zheng1-2/+0
2016-03-14block: Move block dirty bitmap code to separate filesFam Zheng1-34/+1
2016-03-14typedefs: Add BdrvDirtyBitmapFam Zheng1-1/+0
2016-03-14block: Include hbitmap.h in block.hFam Zheng1-1/+1
2016-03-14block: Fix snapshot=on cache modesKevin Wolf1-1/+0
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody1-0/+1
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng1-4/+7
2016-02-02block: Make bdrv_close() staticMax Reitz1-1/+0
2016-02-02block: Remove BDS close notifierMax Reitz1-1/+0
2016-01-20block: Inactivate BDS when migration completesKevin Wolf1-0/+1
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf1-1/+1
2016-01-07block: Add check on mirror targetFam Zheng1-0/+1
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng1-1/+1
2015-12-18block: Remove prototype of bdrv_swap from headerFam Zheng1-1/+0
2015-12-18block: Add opaque value to the amend CBMax Reitz1-2/+2
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf1-0/+1
2015-12-18block: Allow references for backing filesKevin Wolf1-1/+2
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake1-61/+1
2015-12-03block: Don't wait serialising for non-COR read requestsFam Zheng1-2/+2
2015-11-12block: Add block job transactionsFam Zheng1-0/+1
2015-11-12qed: Implement .bdrv_drainFam Zheng1-1/+0
2015-11-12block: Add ioctl parameter fields to BlockRequestFam Zheng1-4/+12
2015-10-23block: Introduce "drained begin/end" APIFam Zheng1-0/+19
2015-10-23block: Move I/O status and error actions into BBMax Reitz1-11/+0
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz1-2/+0
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz1-1/+0
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz1-1/+1
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange1-1/+1
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf1-1/+3
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf1-0/+1
2015-10-16block: Remove bdrv_open_image()Kevin Wolf1-4/+0
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-1/+7
2015-09-25block: Introduce a new API bdrv_co_no_copy_on_readv()Wen Congyang1-3/+6
2015-09-14block: Allow specifying driver-specific options to reopenKevin Wolf1-1/+3
2015-09-14block: Drop bdrv_find_whitelisted_format()Max Reitz1-2/+0
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz1-2/+1