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