summaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-30block: Introduce bdrv_co_writev_flags()Kevin Wolf1-0/+5
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf1-3/+0
2016-03-30block: add flush callbackPavel Dovgalyuk1-0/+7
2016-03-30block: Remove blk_set_bs()Kevin Wolf1-2/+0
2016-03-17block: Use blk_co_pwritev() for blk_write()Kevin Wolf1-0/+3
2016-03-17block: Use blk_co_preadv() for blk_read()Kevin Wolf1-0/+4
2016-03-17block: Use BdrvChild in BlockBackendKevin Wolf1-0/+5
2016-03-17block: Remove bdrv_states listMax Reitz1-4/+0
2016-03-14hmp: 'drive_add -n' for creating a node without BBKevin Wolf1-0/+2
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng1-1/+2
2016-02-02blockdev: Keep track of monitor-owned BDSMax Reitz1-0/+4
2016-02-02block: Add list of all BlockDriverStatesMax Reitz1-0/+2
2016-02-02block: Remove BDS close notifierMax Reitz1-2/+0
2016-02-02block: Add blk_dev_has_tray()Max Reitz1-0/+1
2016-01-20block: Inactivate BDS when migration completesKevin Wolf1-0/+1
2015-12-22block: add BlockLimits.max_iov fieldStefan Hajnoczi1-0/+3
2015-12-18block: Add opaque value to the amend CBMax Reitz1-1/+2
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf1-0/+1
2015-12-18block: Add infrastructure for option inheritanceKevin Wolf1-1/+2
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf1-1/+1
2015-12-18block: Exclude nested options only for children in append_open_options()Kevin Wolf1-0/+1
2015-12-18qcow2: Add .bdrv_join_options callbackKevin Wolf1-0/+1
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake1-1/+1
2015-11-12block: Add BlockJobTxn support to backup_runJohn Snow1-1/+2
2015-11-12qed: Implement .bdrv_drainFam Zheng1-0/+3
2015-11-12block: Introduce BlockDriver.bdrv_drain callbackFam Zheng1-0/+6
2015-11-12block: Drop BlockDriver.bdrv_ioctlFam Zheng1-1/+0
2015-11-12block: Add more types for tracked requestFam Zheng1-1/+9
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia1-1/+4
2015-11-11block: Make bdrv_states publicMax Reitz1-0/+2
2015-10-23block: Introduce "drained begin/end" APIFam Zheng1-0/+2
2015-10-23block: Add BlockBackendRootStateMax Reitz1-0/+10
2015-10-23block: Move I/O status and error actions into BBMax Reitz1-6/+0
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz1-3/+0
2015-10-23block: Remove wr_highest_sector from BlockAcctStatsMax Reitz1-0/+3
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz1-3/+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: Remove bdrv_swap()Kevin Wolf1-1/+0
2015-10-16block: Introduce parents listKevin Wolf1-0/+2
2015-10-16block-backend: Add blk_set_bs()Kevin Wolf1-0/+2
2015-10-16block/io: Make bdrv_requests_pending() publicKevin Wolf1-0/+1
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf1-4/+8
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-2/+1
2015-10-16block: Introduce BDS.file_childKevin Wolf1-0/+1
2015-07-14block: Fix backing file child when modifying graphKevin Wolf1-0/+1
2015-07-14block: Introduce bdrv_open_child()Kevin Wolf1-2/+2
2015-07-02block: Remove bdrv_reset_dirtyFam Zheng1-2/+0
2015-07-02qmp: Add optional bool "unmap" to drive-mirrorFam Zheng1-0/+2
2015-07-02qapi: Rename 'dirty-bitmap' mode to 'incremental'John Snow1-1/+1