summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* block: Introduce "drained begin/end" APIFam Zheng2015-10-232-0/+21
* aio: introduce aio_{disable,enable}_externalFam Zheng2015-10-231-0/+38
* aio: Add "is_external" flag for event handlersFam Zheng2015-10-231-0/+2
* throttle: Remove throttle_group_lock/unlock()Alberto Garcia2015-10-231-3/+0
* block: Add BlockBackendRootStateMax Reitz2015-10-231-0/+10
* block/throttle-groups: Make incref/decref publicMax Reitz2015-10-231-0/+3
* block: Move I/O status and error actions into BBMax Reitz2015-10-232-17/+0
* block: Move BlockAcctStats into BlockBackendMax Reitz2015-10-232-5/+0
* block: Remove wr_highest_sector from BlockAcctStatsMax Reitz2015-10-232-3/+3
* block: Move guest_block_size into BlockBackendMax Reitz2015-10-232-4/+0
* block: Make bdrv_is_inserted() return a boolMax Reitz2015-10-232-2/+2
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-204-275/+2
* block: Remove bdrv_swap()Kevin Wolf2015-10-161-1/+0
* block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf2015-10-161-1/+3
* blockjob: Store device name at job creationKevin Wolf2015-10-161-0/+8
* 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: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf2015-10-161-0/+1
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-161-4/+8
* block: Remove bdrv_open_image()Kevin Wolf2015-10-161-4/+0
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-162-3/+8
* block: Introduce BDS.file_childKevin Wolf2015-10-161-0/+1
* 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
* typofixes - v4Veres Lajos2015-09-111-1/+1
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* block: more check for replaced nodeWen Congyang2015-09-021-1/+2
* AioContext: force event loop iteration using BHStefan Hajnoczi2015-07-291-0/+3
* AioContext: optimize clearing the EventNotifierPaolo Bonzini2015-07-221-1/+31
* AioContext: fix broken ctx->dispatching optimizationPaolo Bonzini2015-07-221-6/+23
* block: Fix backing file child when modifying graphKevin Wolf2015-07-141-0/+1
* block: Introduce bdrv_unref_child()Kevin Wolf2015-07-141-0/+1
* block: Introduce bdrv_open_child()Kevin Wolf2015-07-142-2/+8
* blockjob: add block_job_release functionTing Wang2015-07-071-0/+8
* block: Remove bdrv_reset_dirtyFam Zheng2015-07-021-2/+0
* qmp: Add optional bool "unmap" to drive-mirrorFam Zheng2015-07-021-0/+2
* block: Add bdrv_get_block_status_aboveFam Zheng2015-07-021-0/+4
* 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-152-1/+30
|\
| * 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-122-1/+10
| * block: Use macro for cache option namesKevin Wolf2015-06-121-0/+8
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-06-123-2/+54
|\ \
| * | throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia2015-06-121-0/+3
OpenPOWER on IntegriCloud