aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2023-02-01qemu-img: Change info key names for protocol nodesHanna Reitz1-1/+1
2023-02-01block/qapi: Add indentation to bdrv_node_info_dump()Hanna Reitz1-2/+3
2023-02-01block/qapi: Introduce BlockGraphInfoHanna Reitz1-0/+3
2023-02-01block/qapi: Let bdrv_query_image_info() recurseHanna Reitz1-0/+2
2023-02-01qemu-img: Use BlockNodeInfoHanna Reitz1-1/+1
2023-02-01block: Split BlockNodeInfo off of ImageInfoHanna Reitz1-0/+3
2023-02-01block: Improve empty format-specific info dumpHanna Reitz1-1/+2
2023-02-01block/nbd: Add missing <qemu/bswap.h> includePhilippe Mathieu-Daudé1-0/+1
2023-02-01block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()Emanuele Giuseppe Esposito1-2/+2
2023-02-01block: Convert bdrv_debug_event() to co_wrapper_mixedEmanuele Giuseppe Esposito2-2/+6
2023-02-01block: Convert bdrv_lock_medium() to co_wrapperEmanuele Giuseppe Esposito2-2/+2
2023-02-01block: Convert bdrv_eject() to co_wrapperEmanuele Giuseppe Esposito2-2/+3
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito2-2/+6
2023-02-01block: Convert bdrv_get_allocated_file_size() to co_wrapperEmanuele Giuseppe Esposito2-2/+6
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito3-4/+11
2023-02-01block: Rename refresh_total_sectors to bdrv_refresh_total_sectorsEmanuele Giuseppe Esposito1-1/+1
2023-02-01block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito2-2/+5
2023-02-01block: Convert bdrv_io_unplug() to co_wrapperEmanuele Giuseppe Esposito2-3/+2
2023-02-01block: Convert bdrv_io_plug() to co_wrapperEmanuele Giuseppe Esposito2-2/+3
2023-01-24block: remove bdrv_coroutine_enterPaolo Bonzini1-5/+0
2023-01-24block: Add no_coroutine_fn and coroutine_mixed_fn markerAlberto Faria1-4/+7
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster17-32/+35
2023-01-20coroutine: Use Coroutine typedef name instead of structure tagMarkus Armbruster1-4/+3
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster1-1/+1
2023-01-19coroutine: Move coroutine_fn to qemu/osdep.h, trim includesMarkus Armbruster3-5/+0
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster1-1/+0
2022-12-15block: GRAPH_RDLOCK for functions only called by co_wrappersKevin Wolf1-11/+9
2022-12-15block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlockEmanuele Giuseppe Esposito1-22/+31
2022-12-15block-coroutine-wrapper.py: introduce annotations that take the graph rdlockEmanuele Giuseppe Esposito1-1/+8
2022-12-15Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCKKevin Wolf2-4/+4
2022-12-15graph-lock: TSA annotations for lock/unlock functionsKevin Wolf1-10/+70
2022-12-15block: assert that graph read and writes are performed correctlyEmanuele Giuseppe Esposito2-17/+15
2022-12-15graph-lock: Implement guard macrosEmanuele Giuseppe Esposito1-0/+66
2022-12-15graph-lock: Introduce a lock to protect block graph operationsPaolo Bonzini3-0/+149
2022-12-15block: Factor out bdrv_drain_all_begin_nopoll()Kevin Wolf1-0/+1
2022-12-15block/dirty-bitmap: convert coroutine-only functions to co_wrapperEmanuele Giuseppe Esposito3-6/+19
2022-12-15block: convert bdrv_create to co_wrapperEmanuele Giuseppe Esposito1-2/+6
2022-12-15block-coroutine-wrapper.py: introduce co_wrapperEmanuele Giuseppe Esposito1-2/+6
2022-12-15block: rename generated_co_wrapper in co_wrapper_mixedEmanuele Giuseppe Esposito2-26/+29
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito1-1/+2
2022-12-15block-copy: add coroutine_fn annotationsEmanuele Giuseppe Esposito1-2/+3
2022-12-15block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_abov...Emanuele Giuseppe Esposito1-0/+15
2022-12-15block: Remove poll parameter from bdrv_parent_drained_begin_single()Kevin Wolf1-3/+2
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf1-0/+8
2022-12-15block: Remove ignore_bds_parents parameter from drain_begin/end.Kevin Wolf1-2/+1
2022-12-15block: Call drain callbacks only onceKevin Wolf1-4/+4
2022-12-15block: Remove subtree drainsKevin Wolf3-28/+3
2022-12-15stream: Replace subtree drain with a single node drainKevin Wolf1-0/+3
2022-12-15block: Remove drained_end_counterKevin Wolf2-29/+1
2022-12-15block: Revert .bdrv_drained_begin/end to non-coroutine_fnKevin Wolf1-4/+6