aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2015-10-23block: Introduce "drained begin/end" APIFam Zheng2-0/+21
2015-10-23aio: introduce aio_{disable,enable}_externalFam Zheng1-0/+38
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng1-0/+2
2015-10-23throttle: Remove throttle_group_lock/unlock()Alberto Garcia1-3/+0
2015-10-23block: Add BlockBackendRootStateMax Reitz1-0/+10
2015-10-23block/throttle-groups: Make incref/decref publicMax Reitz1-0/+3
2015-10-23block: Move I/O status and error actions into BBMax Reitz2-17/+0
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz2-5/+0
2015-10-23block: Remove wr_highest_sector from BlockAcctStatsMax Reitz2-3/+3
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz2-4/+0
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz2-2/+2
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange4-275/+2
2015-10-16block: Remove bdrv_swap()Kevin Wolf1-1/+0
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf1-1/+3
2015-10-16blockjob: Store device name at job creationKevin Wolf1-0/+8
2015-10-16block: Introduce parents listKevin Wolf1-0/+2
2015-10-16block-backend: Add blk_set_bs()Kevin Wolf1-0/+2
2015-10-16block/io: Make bdrv_requests_pending() publicKevin Wolf1-0/+1
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf1-0/+1
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf1-4/+8
2015-10-16block: Remove bdrv_open_image()Kevin Wolf1-4/+0
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf2-3/+8
2015-10-16block: Introduce BDS.file_childKevin Wolf1-0/+1
2015-09-25block: Introduce a new API bdrv_co_no_copy_on_readv()Wen Congyang1-3/+6
2015-09-14block: Allow specifying driver-specific options to reopenKevin Wolf1-1/+3
2015-09-14block: Drop bdrv_find_whitelisted_format()Max Reitz1-2/+0
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz1-2/+1
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-09-02block: more check for replaced nodeWen Congyang1-1/+2
2015-07-29AioContext: force event loop iteration using BHStefan Hajnoczi1-0/+3
2015-07-22AioContext: optimize clearing the EventNotifierPaolo Bonzini1-1/+31
2015-07-22AioContext: fix broken ctx->dispatching optimizationPaolo Bonzini1-6/+23
2015-07-14block: Fix backing file child when modifying graphKevin Wolf1-0/+1
2015-07-14block: Introduce bdrv_unref_child()Kevin Wolf1-0/+1
2015-07-14block: Introduce bdrv_open_child()Kevin Wolf2-2/+8
2015-07-07blockjob: add block_job_release functionTing Wang1-0/+8
2015-07-02block: Remove bdrv_reset_dirtyFam Zheng1-2/+0
2015-07-02qmp: Add optional bool "unmap" to drive-mirrorFam Zheng1-0/+2
2015-07-02block: Add bdrv_get_block_status_aboveFam Zheng1-0/+4
2015-07-02qapi: Rename 'dirty-bitmap' mode to 'incremental'John Snow1-1/+1
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-1/+30
2015-06-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-2/+54
2015-06-12block: Add BlockDriverState.inherits_fromKevin Wolf1-0/+4
2015-06-12block: Add list of children to BlockDriverStateKevin Wolf1-0/+8
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf2-1/+10
2015-06-12block: Use macro for cache option namesKevin Wolf1-0/+8
2015-06-12throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia1-0/+3