aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Make bdrv_can_set_read_only() staticKevin Wolf
2023-02-17block: Create no_co_wrappers for open functionsKevin Wolf
2023-02-17block-coroutine-wrapper: Introduce no_co_wrapperKevin Wolf
2023-02-08block: Clean up includesMarkus Armbruster
2023-02-01qemu-img: Change info key names for protocol nodesHanna Reitz
2023-02-01block/qapi: Add indentation to bdrv_node_info_dump()Hanna Reitz
2023-02-01block/qapi: Introduce BlockGraphInfoHanna Reitz
2023-02-01block/qapi: Let bdrv_query_image_info() recurseHanna Reitz
2023-02-01qemu-img: Use BlockNodeInfoHanna Reitz
2023-02-01block: Split BlockNodeInfo off of ImageInfoHanna Reitz
2023-02-01block: Improve empty format-specific info dumpHanna Reitz
2023-02-01block/nbd: Add missing <qemu/bswap.h> includePhilippe Mathieu-Daudé
2023-02-01block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()Emanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_debug_event() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_lock_medium() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_eject() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_get_allocated_file_size() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-02-01block: Rename refresh_total_sectors to bdrv_refresh_total_sectorsEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_io_unplug() to co_wrapperEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_io_plug() to co_wrapperEmanuele Giuseppe Esposito
2023-01-24block: remove bdrv_coroutine_enterPaolo Bonzini
2023-01-24block: Add no_coroutine_fn and coroutine_mixed_fn markerAlberto Faria
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2023-01-20coroutine: Use Coroutine typedef name instead of structure tagMarkus Armbruster
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster
2023-01-19coroutine: Move coroutine_fn to qemu/osdep.h, trim includesMarkus Armbruster
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster
2022-12-15block: GRAPH_RDLOCK for functions only called by co_wrappersKevin Wolf
2022-12-15block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlockEmanuele Giuseppe Esposito
2022-12-15block-coroutine-wrapper.py: introduce annotations that take the graph rdlockEmanuele Giuseppe Esposito
2022-12-15Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCKKevin Wolf
2022-12-15graph-lock: TSA annotations for lock/unlock functionsKevin Wolf
2022-12-15block: assert that graph read and writes are performed correctlyEmanuele Giuseppe Esposito
2022-12-15graph-lock: Implement guard macrosEmanuele Giuseppe Esposito
2022-12-15graph-lock: Introduce a lock to protect block graph operationsPaolo Bonzini
2022-12-15block: Factor out bdrv_drain_all_begin_nopoll()Kevin Wolf
2022-12-15block/dirty-bitmap: convert coroutine-only functions to co_wrapperEmanuele Giuseppe Esposito
2022-12-15block: convert bdrv_create to co_wrapperEmanuele Giuseppe Esposito
2022-12-15block-coroutine-wrapper.py: introduce co_wrapperEmanuele Giuseppe Esposito
2022-12-15block: rename generated_co_wrapper in co_wrapper_mixedEmanuele Giuseppe Esposito
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito
2022-12-15block-copy: add coroutine_fn annotationsEmanuele Giuseppe Esposito
2022-12-15block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_abov...Emanuele Giuseppe Esposito
2022-12-15block: Remove poll parameter from bdrv_parent_drained_begin_single()Kevin Wolf
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf
2022-12-15block: Remove ignore_bds_parents parameter from drain_begin/end.Kevin Wolf