aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell1-0/+21
2023-02-04block: Factor out hmp_change_medium(), and move to block/monitor/Markus Armbruster1-0/+21
2023-02-01qemu-img: Change info key names for protocol nodesHanna Reitz2-8/+33
2023-02-01block/qapi: Add indentation to bdrv_node_info_dump()Hanna Reitz2-21/+28
2023-02-01block/qapi: Introduce BlockGraphInfoHanna Reitz1-0/+48
2023-02-01block/qapi: Let bdrv_query_image_info() recurseHanna Reitz1-36/+56
2023-02-01qemu-img: Use BlockNodeInfoHanna Reitz2-2/+2
2023-02-01block: Split BlockNodeInfo off of ImageInfoHanna Reitz1-22/+64
2023-02-01block/vmdk: Change extent info typeHanna Reitz1-4/+4
2023-02-01block/file: Add file-specific image infoHanna Reitz1-0/+30
2023-02-01block: Improve empty format-specific info dumpHanna Reitz1-4/+37
2023-02-01block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()Emanuele Giuseppe Esposito2-10/+10
2023-02-01block: Convert bdrv_debug_event() to co_wrapper_mixedEmanuele Giuseppe Esposito2-13/+14
2023-02-01block: Convert bdrv_lock_medium() to co_wrapperEmanuele Giuseppe Esposito5-15/+16
2023-02-01block: Convert bdrv_eject() to co_wrapperEmanuele Giuseppe Esposito5-15/+16
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito15-37/+49
2023-02-01block: Convert bdrv_get_allocated_file_size() to co_wrapperEmanuele Giuseppe Esposito7-30/+27
2023-02-01block: use bdrv_co_refresh_total_sectors when possibleEmanuele Giuseppe Esposito4-9/+9
2023-02-01block-backend: use bdrv_getlength instead of blk_getlengthEmanuele Giuseppe Esposito1-1/+1
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito28-107/+110
2023-02-01block: Rename refresh_total_sectors to bdrv_refresh_total_sectorsEmanuele Giuseppe Esposito1-3/+5
2023-02-01block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito3-12/+12
2023-02-01block: Convert bdrv_io_unplug() to co_wrapperEmanuele Giuseppe Esposito5-15/+15
2023-02-01block: Convert bdrv_io_plug() to co_wrapperEmanuele Giuseppe Esposito4-13/+13
2023-01-24qcow2: Fix theoretical corruption in store_bitmap() error pathKevin Wolf1-2/+3
2023-01-24block: remove bdrv_coroutine_enterPaolo Bonzini1-1/+1
2023-01-23block/blkio: Fix inclusion of required headersPeter Krempa1-0/+2
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster46-1/+55
2023-01-19coroutine: Clean up superfluous inclusion of qemu/lockable.hMarkus Armbruster1-0/+2
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov1-21/+16
2022-12-21block/io: Check for replay-enabled in bdrv_drain_all_begin()Peter Maydell1-0/+9
2022-12-15block: GRAPH_RDLOCK for functions only called by co_wrappersKevin Wolf2-7/+12
2022-12-15block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlockEmanuele Giuseppe Esposito1-1/+1
2022-12-15graph-lock: TSA annotations for lock/unlock functionsKevin Wolf1-0/+3
2022-12-15block: assert that graph read and writes are performed correctlyEmanuele Giuseppe Esposito1-0/+11
2022-12-15graph-lock: Introduce a lock to protect block graph operationsPaolo Bonzini2-0/+262
2022-12-15block: Factor out bdrv_drain_all_begin_nopoll()Kevin Wolf1-6/+13
2022-12-15block/dirty-bitmap: convert coroutine-only functions to co_wrapperEmanuele Giuseppe Esposito2-86/+3
2022-12-15block-coroutine-wrapper.py: support also basic return typesEmanuele Giuseppe Esposito1-4/+1
2022-12-15block-coroutine-wrapper.py: support functions without bs argEmanuele Giuseppe Esposito1-3/+3
2022-12-15block: rename generated_co_wrapper in co_wrapper_mixedEmanuele Giuseppe Esposito1-2/+2
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito10-11/+11
2022-12-15block/vmdk: add coroutine_fn annotationsEmanuele Giuseppe Esposito1-17/+19
2022-12-15block-backend: replace bdrv_*_above with blk_*_aboveEmanuele Giuseppe Esposito2-2/+23
2022-12-15block-copy: add coroutine_fn annotationsEmanuele Giuseppe Esposito1-9/+12
2022-12-15block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_abov...Emanuele Giuseppe Esposito1-3/+55
2022-12-15block: Remove poll parameter from bdrv_parent_drained_begin_single()Kevin Wolf1-6/+2
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf1-1/+1
2022-12-15block: Drop out of coroutine in bdrv_do_drained_begin_quiesce()Kevin Wolf1-13/+12
2022-12-15block: Remove ignore_bds_parents parameter from drain_begin/end.Kevin Wolf1-36/+22