summaryrefslogtreecommitdiffstats
path: root/include/block/block.h
Commit message (Expand)AuthorAgeFilesLines
* block: Add block job transactionsFam Zheng2015-11-121-0/+1
* qed: Implement .bdrv_drainFam Zheng2015-11-121-1/+0
* block: Add ioctl parameter fields to BlockRequestFam Zheng2015-11-121-4/+12
* block: Introduce "drained begin/end" APIFam Zheng2015-10-231-0/+19
* block: Move I/O status and error actions into BBMax Reitz2015-10-231-11/+0
* block: Move BlockAcctStats into BlockBackendMax Reitz2015-10-231-2/+0
* block: Move guest_block_size into BlockBackendMax Reitz2015-10-231-1/+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: Add and use bdrv_replace_in_backing_chain()Kevin Wolf2015-10-161-1/+3
* block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf2015-10-161-0/+1
* block: Remove bdrv_open_image()Kevin Wolf2015-10-161-4/+0
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-1/+7
* block: Introduce a new API bdrv_co_no_copy_on_readv()Wen Congyang2015-09-251-3/+6
* block: Allow specifying driver-specific options to reopenKevin Wolf2015-09-141-1/+3
* block: Drop bdrv_find_whitelisted_format()Max Reitz2015-09-141-2/+0
* block: Drop drv parameter from bdrv_open()Max Reitz2015-09-141-2/+1
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* block: more check for replaced nodeWen Congyang2015-09-021-1/+2
* block: Introduce bdrv_unref_child()Kevin Wolf2015-07-141-0/+1
* block: Introduce bdrv_open_child()Kevin Wolf2015-07-141-0/+6
* block: Add bdrv_get_block_status_aboveFam Zheng2015-07-021-0/+4
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-06-151-1/+11
|\
| * block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf2015-06-121-1/+3
| * block: Use macro for cache option namesKevin Wolf2015-06-121-0/+8
* | throttle: Add throttle group supportAlberto Garcia2015-06-121-1/+2
|/
* qapi: add dirty bitmap statusJohn Snow2015-05-291-0/+1
* block: minimal bounce buffer alignmentDenis V. Lunev2015-05-221-0/+2
* block: Ensure consistent bitmap function prototypesJohn Snow2015-04-281-6/+5
* qmp: add block-dirty-bitmap-clearJohn Snow2015-04-281-0/+1
* qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2015-04-281-0/+1
* block: Add bitmap successorsJohn Snow2015-04-281-0/+10
* block: Add bitmap disabled statusJohn Snow2015-04-281-0/+3
* block: Introduce bdrv_dirty_bitmap_granularity()John Snow2015-04-281-0/+1
* qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow2015-04-281-0/+1
* qmp: Ensure consistent granularity typeJohn Snow2015-04-281-1/+1
* qapi: Add optional field "name" to block dirty bitmapFam Zheng2015-04-281-1/+6
* qmp: fill in the image field in BlockDeviceInfoAlberto Garcia2015-04-281-1/+1
* block: add bdrv_get_device_or_node_name()Alberto Garcia2015-04-281-0/+1
* block: Drop bdrv_findFam Zheng2015-03-161-1/+0
* block: add bdrv functions for geometry and blocksizeEkaterina Tumanova2015-03-101-0/+13
* block: Forbid bdrv_set_aio_context outside BQLFam Zheng2015-02-271-2/+1
* block: Add Error parameter to bdrv_find_protocol()Max Reitz2015-02-161-1/+2
* block: New bdrv_add_key(), convert monitor to use itMarkus Armbruster2015-02-061-0/+1
* block: introduce BDRV_REQUEST_MAX_SECTORSPeter Lieven2015-02-061-0/+3
* block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng2015-01-131-1/+2
* block: fix spoiling all dirty bitmaps by mirror and migrationVladimir Sementsov-Ogievskiy2015-01-131-2/+4
* block: JSON filenames and relative backing filesMax Reitz2015-01-131-2/+3
* block: Get full backing filename from stringMax Reitz2015-01-131-0/+3
* block: drop unused bdrv_clear_incoming_migration_all() prototypeStefan Hajnoczi2014-12-121-2/+0
OpenPOWER on IntegriCloud