summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-06-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-06-12block: Add BlockDriverState.inherits_fromKevin Wolf
2015-06-12block: Add list of children to BlockDriverStateKevin Wolf
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf
2015-06-12block: Use macro for cache option namesKevin Wolf
2015-06-12throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia
2015-06-12throttle: Add throttle group supportAlberto Garcia
2015-06-12throttle: Add throttle group infrastructureAlberto Garcia
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet
2015-06-12main-loop: Drop qemu_set_fd_handler2Fam Zheng
2015-05-29qapi: add dirty bitmap statusJohn Snow
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev
2015-04-28block: extract bdrv_setup_io_funcs()Stefan Hajnoczi
2015-04-28block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow
2015-04-28qmp: add block-dirty-bitmap-clearJohn Snow
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow
2015-04-28block: Add bitmap successorsJohn Snow
2015-04-28block: Add bitmap disabled statusJohn Snow
2015-04-28block: Introduce bdrv_dirty_bitmap_granularity()John Snow
2015-04-28qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow
2015-04-28qmp: Ensure consistent granularity typeJohn Snow
2015-04-28qapi: Add optional field "name" to block dirty bitmapFam Zheng
2015-04-28qmp: fill in the image field in BlockDeviceInfoAlberto Garcia
2015-04-28block: add bdrv_get_device_or_node_name()Alberto Garcia
2015-04-28blockjob: Allow nested pauseFam Zheng
2015-04-28AioContext: acquire/release AioContext during aio_pollPaolo Bonzini
2015-04-28aio-posix: move pollfds to thread-local storagePaolo Bonzini
2015-03-18nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz
2015-03-18nbd: Fix potential signed overflow issuesMax Reitz
2015-03-18nbd: Handle blk_getlength() failureMax Reitz
2015-03-16block: Drop bdrv_findFam Zheng
2015-03-10block: add bdrv functions for geometry and blocksizeEkaterina Tumanova
2015-03-10qcow2: Allow creation with refcount order != 4Max Reitz
2015-03-09sheepdog: selectable object size supportTeruaki Ishizaki
2015-03-09coroutine: Clean up qemu_coroutine_enter()Kevin Wolf
2015-02-27block: Forbid bdrv_set_aio_context outside BQLFam Zheng
2015-02-16block: Remove "growable" from BDSMax Reitz
2015-02-16block: Add Error parameter to bdrv_find_protocol()Max Reitz
2015-02-16nbd: Drop BDS backpointerMax Reitz
2015-02-06block: New bdrv_add_key(), convert monitor to use itMarkus Armbruster
2015-02-06block: introduce BDRV_REQUEST_MAX_SECTORSPeter Lieven
2015-02-06nbd: Improve error messagesMax Reitz
2015-02-06block: add event when disk usage exceeds thresholdFrancesco Romani
2015-02-06block: add accounting for merged requestsPeter Lieven
2015-01-23block: update string sizes for filename,backing_file,exact_filenameJeff Cody
2015-01-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-01-14qemu-timer: rename timer_init to timer_init_tlPaolo Bonzini
2015-01-13block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng