summaryrefslogtreecommitdiff
path: root/include/block/block.h
AgeCommit message (Expand)Author
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02block: extract AIO_WAIT_WHILE() from BlockDriverStateStefan Hajnoczi
2018-03-02aio: rename aio_context_in_iothread() to in_aio_context_home_thread()Stefan Hajnoczi
2018-03-02block: Add .bdrv_co_block_status() callbackEric Blake
2018-02-09block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-02-08block: Introduce buf register APIFam Zheng
2017-12-22block: Allow graph changes in subtree drained sectionKevin Wolf
2017-12-22block: Add bdrv_subtree_drained_begin/end()Kevin Wolf
2017-12-22block: Don't notify parents in drain call chainKevin Wolf
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake
2017-10-26block: Convert bdrv_get_block_status() to bytesEric Blake
2017-10-26block: Make bdrv_round_to_clusters() signature more usefulEric Blake
2017-10-06commit: Remove overlay_bsKevin Wolf
2017-09-26block: Fix permissions after bdrv_reopen()Kevin Wolf
2017-09-26block: Base permissions on rw state after reopenKevin Wolf
2017-09-04block: remove unused bdrv_media_changedManos Pitsidianakis
2017-08-08block: Allow reopen rw without BDRV_O_ALLOW_RDWRKevin Wolf
2017-07-24block: Skip implicit nodes in query-block/blockstatsKevin Wolf
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz
2017-07-11block: add bdrv_measure() APIStefan Hajnoczi
2017-07-11block: add bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake
2017-07-10block: Drop unused bdrv_round_sectors_to_clusters()Eric Blake
2017-07-10block: Simplify use of BDRV_BLOCK_RAWEric Blake
2017-06-30block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()Eric Blake
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-06-26block: Remove bdrv_aio_readv/writev/flush()Kevin Wolf
2017-06-16block: access wakeup with atomic opsPaolo Bonzini
2017-05-11block: Update comments on BDRV_BLOCK_* meaningsEric Blake
2017-05-11block: Fix write/resize permissions for inactive imagesKevin Wolf
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf
2017-05-11block: Add, parse and store "force-share" optionFam Zheng
2017-05-11block: Make bdrv_perm_names publicFam Zheng
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-04-24block: introduce bdrv_can_set_read_only()Jeff Cody
2017-04-24block: do not set BDS read_only if copy_on_read enabledJeff Cody
2017-04-24block: add bdrv_set_read_only() helper functionJeff Cody
2017-04-24block: Make errp the last parameter of bdrv_img_createFam Zheng
2017-04-18block: Drain BH in bdrv_drained_beginFam Zheng
2017-04-11block: Introduce bdrv_coroutine_enterFam Zheng
2017-04-11block: Make bdrv_parent_drained_begin/end publicFam Zheng
2017-04-07block: Ignore guest dev permissions during incoming migrationKevin Wolf