aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)Author
2016-02-02block: Add blk_dev_has_tray()Max Reitz
2016-01-20block: Inactivate BDS when migration completesKevin Wolf
2015-12-22block: add BlockLimits.max_iov fieldStefan Hajnoczi
2015-12-18block: Add opaque value to the amend CBMax Reitz
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf
2015-12-18block: Add infrastructure for option inheritanceKevin Wolf
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf
2015-12-18block: Exclude nested options only for children in append_open_options()Kevin Wolf
2015-12-18qcow2: Add .bdrv_join_options callbackKevin Wolf
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake
2015-11-12block: Add BlockJobTxn support to backup_runJohn Snow
2015-11-12qed: Implement .bdrv_drainFam Zheng
2015-11-12block: Introduce BlockDriver.bdrv_drain callbackFam Zheng
2015-11-12block: Drop BlockDriver.bdrv_ioctlFam Zheng
2015-11-12block: Add more types for tracked requestFam Zheng
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia
2015-11-11block: Make bdrv_states publicMax Reitz
2015-10-23block: Introduce "drained begin/end" APIFam Zheng
2015-10-23block: Add BlockBackendRootStateMax Reitz
2015-10-23block: Move I/O status and error actions into BBMax Reitz
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz
2015-10-23block: Remove wr_highest_sector from BlockAcctStatsMax Reitz
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange
2015-10-16block: Remove bdrv_swap()Kevin Wolf
2015-10-16block: Introduce parents listKevin Wolf
2015-10-16block-backend: Add blk_set_bs()Kevin Wolf
2015-10-16block/io: Make bdrv_requests_pending() publicKevin Wolf
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-10-16block: Introduce BDS.file_childKevin Wolf
2015-07-14block: Fix backing file child when modifying graphKevin Wolf
2015-07-14block: Introduce bdrv_open_child()Kevin Wolf
2015-07-02block: Remove bdrv_reset_dirtyFam Zheng
2015-07-02qmp: Add optional bool "unmap" to drive-mirrorFam Zheng
2015-07-02qapi: Rename 'dirty-bitmap' mode to 'incremental'John Snow
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-06-12block: Add BlockDriverState.inherits_fromKevin Wolf
2015-06-12block: Add list of children to BlockDriverStateKevin Wolf
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf
2015-06-12throttle: Add throttle group supportAlberto Garcia
2015-06-12throttle: Add throttle group infrastructureAlberto Garcia
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev
2015-04-28block: extract bdrv_setup_io_funcs()Stefan Hajnoczi
2015-04-28block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow