summaryrefslogtreecommitdiffstats
path: root/include/block/block_int.h
Commit message (Expand)AuthorAgeFilesLines
* block: Introduce bdrv_co_writev_flags()Kevin Wolf2019-11-291-0/+5
* block: Move enable_write_cache to BB levelKevin Wolf2019-11-291-3/+0
* block: add flush callbackPavel Dovgalyuk2019-11-291-0/+7
* block: Remove blk_set_bs()Kevin Wolf2019-11-291-2/+0
* block: Use blk_co_pwritev() for blk_write()Kevin Wolf2019-11-291-0/+3
* block: Use blk_co_preadv() for blk_read()Kevin Wolf2019-11-291-0/+4
* block: Use BdrvChild in BlockBackendKevin Wolf2019-11-291-0/+5
* block: Remove bdrv_states listMax Reitz2019-11-291-4/+0
* hmp: 'drive_add -n' for creating a node without BBKevin Wolf2019-11-291-0/+2
* block: Add "file" output parameter to block status query functionsFam Zheng2019-11-291-1/+2
* blockdev: Keep track of monitor-owned BDSMax Reitz2019-11-291-0/+4
* block: Add list of all BlockDriverStatesMax Reitz2019-11-291-0/+2
* block: Remove BDS close notifierMax Reitz2019-11-291-2/+0
* block: Add blk_dev_has_tray()Max Reitz2019-11-291-0/+1
* block: Inactivate BDS when migration completesKevin Wolf2019-11-291-0/+1
* block: add BlockLimits.max_iov fieldStefan Hajnoczi2019-11-291-0/+3
* block: Add opaque value to the amend CBMax Reitz2019-11-291-1/+2
* block: Introduce bs->explicit_optionsKevin Wolf2019-11-291-0/+1
* block: Add infrastructure for option inheritanceKevin Wolf2019-11-291-1/+2
* block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf2019-11-291-1/+1
* block: Exclude nested options only for children in append_open_options()Kevin Wolf2019-11-291-0/+1
* qcow2: Add .bdrv_join_options callbackKevin Wolf2019-11-291-0/+1
* blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake2019-11-291-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/+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
OpenPOWER on IntegriCloud