aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-15block: Call drain callbacks only onceKevin Wolf1-12/+18
2022-12-15block: Remove subtree drainsKevin Wolf1-95/+26
2022-12-15stream: Replace subtree drain with a single node drainKevin Wolf1-10/+16
2022-12-15block: Drain individual nodes during reopenKevin Wolf1-6/+0
2022-12-15block: Inline bdrv_drain_invoke()Kevin Wolf1-17/+6
2022-12-15block: Remove drained_end_counterKevin Wolf2-76/+26
2022-12-15block: Revert .bdrv_drained_begin/end to non-coroutine_fnKevin Wolf3-49/+14
2022-12-15qed: Don't yield in bdrv_qed_co_drain_begin()Kevin Wolf1-3/+17
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell3-21/+12
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster15-155/+92
2022-12-14block/vmdk: Simplify vmdk_co_create() to return directlyMarkus Armbruster1-17/+11
2022-12-14qemu-config: Make config_parse_qdict() return boolMarkus Armbruster1-3/+1
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster1-1/+0
2022-11-29block-backend: avoid bdrv_unregister_buf() NULL pointer derefStefan Hajnoczi1-2/+13
2022-11-10block: Start/end drain on correct AioContextHanna Reitz1-2/+4
2022-11-10block-backend: Update ctx immediately after rootHanna Reitz1-1/+7
2022-11-10block: Make bdrv_child_get_parent_aio_context I/OHanna Reitz1-0/+1
2022-11-10block/blkio: Set BlockDriver::has_variable_length to falseAlberto Faria1-1/+0
2022-11-10block/mirror: Fix NULL s->job in active writesHanna Reitz1-8/+12
2022-11-10block/mirror: Drop mirror_wait_for_any_operation()Hanna Reitz1-13/+8
2022-11-10block/mirror: Do not wait for active writesHanna Reitz1-7/+30
2022-11-06dmg: warn when opening dmg images containing blocks of unknown typeKevin Wolf1-0/+19
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana1-3/+11
2022-11-06module: rename module_load_one to module_loadClaudio Fontana1-2/+2
2022-11-01Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi1-4/+43
2022-10-31block/vvfat: Unify the mkdir() callBin Meng1-6/+3
2022-10-31block/blkio: Make driver nvme-io_uring take a "path" instead of a "filename"Alberto Faria1-4/+8
2022-10-31block/blkio: Tolerate device size changesAlberto Faria1-0/+27
2022-10-31block/blkio: Add virtio-blk-vfio-pci BlockDriverAlberto Faria1-0/+8