aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+19
2015-06-12block: Add BlockDriverState.inherits_fromKevin Wolf1-0/+4
2015-06-12block: Add list of children to BlockDriverStateKevin Wolf1-0/+8
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf1-0/+7
2015-06-12throttle: Add throttle group supportAlberto Garcia1-2/+5
2015-06-12throttle: Add throttle group infrastructureAlberto Garcia1-0/+1
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet1-0/+1
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev1-0/+3
2015-04-28block: extract bdrv_setup_io_funcs()Stefan Hajnoczi1-0/+8
2015-04-28block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi1-0/+4
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow1-0/+2
2015-04-28qmp: Ensure consistent granularity typeJohn Snow1-1/+1
2015-03-10block: add bdrv functions for geometry and blocksizeEkaterina Tumanova1-0/+15
2015-03-10qcow2: Allow creation with refcount order != 4Max Reitz1-0/+1
2015-03-09sheepdog: selectable object size supportTeruaki Ishizaki1-0/+1
2015-02-16block: Remove "growable" from BDSMax Reitz1-3/+0
2015-02-06block: add event when disk usage exceeds thresholdFrancesco Romani1-0/+4
2015-01-23block: update string sizes for filename,backing_file,exact_filenameJeff Cody1-4/+4
2014-12-10block: Make essential BlockDriver objects publicMax Reitz1-0/+8
2014-12-10raw: Prohibit dangerous writes for probed imagesKevin Wolf1-0/+3