summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-12throttle: Add throttle group supportAlberto Garcia3-3/+11
2015-06-12throttle: Add throttle group infrastructureAlberto Garcia2-0/+40
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet1-0/+1
2015-06-12main-loop: Drop qemu_set_fd_handler2Fam Zheng1-1/+1
2015-05-29qapi: add dirty bitmap statusJohn Snow1-0/+1
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev2-0/+5
2015-04-28block: extract bdrv_setup_io_funcs()Stefan Hajnoczi1-0/+8
2015-04-28block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi1-0/+4
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow1-6/+5
2015-04-28qmp: add block-dirty-bitmap-clearJohn Snow1-0/+1
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2-0/+3
2015-04-28block: Add bitmap successorsJohn Snow1-0/+10
2015-04-28block: Add bitmap disabled statusJohn Snow1-0/+3
2015-04-28block: Introduce bdrv_dirty_bitmap_granularity()John Snow1-0/+1
2015-04-28qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow1-0/+1
2015-04-28qmp: Ensure consistent granularity typeJohn Snow2-2/+2
2015-04-28qapi: Add optional field "name" to block dirty bitmapFam Zheng1-1/+6
2015-04-28qmp: fill in the image field in BlockDeviceInfoAlberto Garcia2-2/+2
2015-04-28block: add bdrv_get_device_or_node_name()Alberto Garcia1-0/+1
2015-04-28blockjob: Allow nested pauseFam Zheng1-4/+18
2015-04-28AioContext: acquire/release AioContext during aio_pollPaolo Bonzini1-6/+7
2015-04-28aio-posix: move pollfds to thread-local storagePaolo Bonzini1-3/+0
2015-03-18nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz1-2/+2
2015-03-18nbd: Fix potential signed overflow issuesMax Reitz1-2/+2
2015-03-18nbd: Handle blk_getlength() failureMax Reitz1-1/+2
2015-03-16block: Drop bdrv_findFam Zheng1-1/+0
2015-03-10block: add bdrv functions for geometry and blocksizeEkaterina Tumanova2-0/+28
2015-03-10qcow2: Allow creation with refcount order != 4Max Reitz1-0/+1
2015-03-09sheepdog: selectable object size supportTeruaki Ishizaki1-0/+1
2015-03-09coroutine: Clean up qemu_coroutine_enter()Kevin Wolf1-0/+1