summaryrefslogtreecommitdiffstats
path: root/include/block/block_int.h
Commit message (Expand)AuthorAgeFilesLines
* block: Add "file" output parameter to block status query functionsFam Zheng2016-02-021-1/+2
* blockdev: Keep track of monitor-owned BDSMax Reitz2016-02-021-0/+4
* block: Add list of all BlockDriverStatesMax Reitz2016-02-021-0/+2
* block: Remove BDS close notifierMax Reitz2016-02-021-2/+0Star
* block: Add blk_dev_has_tray()Max Reitz2016-02-021-0/+1
* block: Inactivate BDS when migration completesKevin Wolf2016-01-201-0/+1
* block: add BlockLimits.max_iov fieldStefan Hajnoczi2015-12-221-0/+3
* block: Add opaque value to the amend CBMax Reitz2015-12-181-1/+2
* block: Introduce bs->explicit_optionsKevin Wolf2015-12-181-0/+1
* block: Add infrastructure for option inheritanceKevin Wolf2015-12-181-1/+2
* block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf2015-12-181-1/+1
* block: Exclude nested options only for children in append_open_options()Kevin Wolf2015-12-181-0/+1
* qcow2: Add .bdrv_join_options callbackKevin Wolf2015-12-181-0/+1
* blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake2015-12-171-1/+1
* block: Add BlockJobTxn support to backup_runJohn Snow2015-11-121-1/+2
* qed: Implement .bdrv_drainFam Zheng2015-11-121-0/+3
* block: Introduce BlockDriver.bdrv_drain callbackFam Zheng2015-11-121-0/+6
* block: Drop BlockDriver.bdrv_ioctlFam Zheng2015-11-121-1/+0Star
* block: Add more types for tracked requestFam Zheng2015-11-121-1/+9
* throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia2015-11-111-1/+4
* block: Make bdrv_states publicMax Reitz2015-11-111-0/+2
* block: Introduce "drained begin/end" APIFam Zheng2015-10-231-0/+2
* block: Add BlockBackendRootStateMax Reitz2015-10-231-0/+10
* block: Move I/O status and error actions into BBMax Reitz2015-10-231-6/+0Star
* block: Move BlockAcctStats into BlockBackendMax Reitz2015-10-231-3/+0Star
* block: Remove wr_highest_sector from BlockAcctStatsMax Reitz2015-10-231-0/+3
* block: Move guest_block_size into BlockBackendMax Reitz2015-10-231-3/+0Star
* 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: Remove bdrv_swap()Kevin Wolf2015-10-161-1/+0Star
* block: Introduce parents listKevin Wolf2015-10-161-0/+2
* block-backend: Add blk_set_bs()Kevin Wolf2015-10-161-0/+2
* block/io: Make bdrv_requests_pending() publicKevin Wolf2015-10-161-0/+1
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-161-4/+8
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-2/+1Star
* block: Introduce BDS.file_childKevin Wolf2015-10-161-0/+1
* block: Fix backing file child when modifying graphKevin Wolf2015-07-141-0/+1
* block: Introduce bdrv_open_child()Kevin Wolf2015-07-141-2/+2
* block: Remove bdrv_reset_dirtyFam Zheng2015-07-021-2/+0Star
* qmp: Add optional bool "unmap" to drive-mirrorFam Zheng2015-07-021-0/+2
* qapi: Rename 'dirty-bitmap' mode to 'incremental'John Snow2015-07-021-1/+1
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-06-151-0/+19
|\
| * block: Add BlockDriverState.inherits_fromKevin Wolf2015-06-121-0/+4
| * block: Add list of children to BlockDriverStateKevin Wolf2015-06-121-0/+8
| * block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf2015-06-121-0/+7
* | throttle: Add throttle group supportAlberto Garcia2015-06-121-2/+5
* | throttle: Add throttle group infrastructureAlberto Garcia2015-06-121-0/+1
* | throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet2015-06-121-0/+1
|/