summaryrefslogtreecommitdiffstats
path: root/include/block/block_int.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+0
* block: Move BlockAcctStats into BlockBackendMax Reitz2015-10-231-3/+0
* block: Remove wr_highest_sector from BlockAcctStatsMax Reitz2015-10-231-0/+3
* block: Move guest_block_size into BlockBackendMax Reitz2015-10-231-3/+0
* 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/+0
* 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/+1
* 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/+0
* 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/+0
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* 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
|/
* block: minimal bounce buffer alignmentDenis V. Lunev2015-05-221-0/+3
* block: extract bdrv_setup_io_funcs()Stefan Hajnoczi2015-04-281-0/+8
* block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi2015-04-281-0/+4
* qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2015-04-281-0/+2
* qmp: Ensure consistent granularity typeJohn Snow2015-04-281-1/+1
* block: add bdrv functions for geometry and blocksizeEkaterina Tumanova2015-03-101-0/+15
* qcow2: Allow creation with refcount order != 4Max Reitz2015-03-101-0/+1
* sheepdog: selectable object size supportTeruaki Ishizaki2015-03-091-0/+1
* block: Remove "growable" from BDSMax Reitz2015-02-161-3/+0
* block: add event when disk usage exceeds thresholdFrancesco Romani2015-02-061-0/+4
* block: update string sizes for filename,backing_file,exact_filenameJeff Cody2015-01-231-4/+4
* block: Make essential BlockDriver objects publicMax Reitz2014-12-101-0/+8
* raw: Prohibit dangerous writes for probed imagesKevin Wolf2014-12-101-0/+3
* block: Read only one sector for format probingKevin Wolf2014-12-101-0/+2
OpenPOWER on IntegriCloud