aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov
2022-12-21block/io: Check for replay-enabled in bdrv_drain_all_begin()Peter Maydell
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-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: 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-coroutine-wrapper.py: support also basic return typesEmanuele Giuseppe Esposito
2022-12-15block-coroutine-wrapper.py: support functions without bs argEmanuele 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/vmdk: add coroutine_fn annotationsEmanuele Giuseppe Esposito
2022-12-15block-backend: replace bdrv_*_above with blk_*_aboveEmanuele 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: Drop out of coroutine in bdrv_do_drained_begin_quiesce()Kevin Wolf
2022-12-15block: Remove ignore_bds_parents parameter from drain_begin/end.Kevin Wolf
2022-12-15block: Call drain callbacks only onceKevin Wolf
2022-12-15block: Remove subtree drainsKevin Wolf
2022-12-15stream: Replace subtree drain with a single node drainKevin Wolf
2022-12-15block: Drain individual nodes during reopenKevin Wolf
2022-12-15block: Inline bdrv_drain_invoke()Kevin Wolf
2022-12-15block: Remove drained_end_counterKevin Wolf
2022-12-15block: Revert .bdrv_drained_begin/end to non-coroutine_fnKevin Wolf
2022-12-15qed: Don't yield in bdrv_qed_co_drain_begin()Kevin Wolf
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14block/vmdk: Simplify vmdk_co_create() to return directlyMarkus Armbruster
2022-12-14qemu-config: Make config_parse_qdict() return boolMarkus Armbruster
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster
2022-11-29block-backend: avoid bdrv_unregister_buf() NULL pointer derefStefan Hajnoczi
2022-11-10block: Start/end drain on correct AioContextHanna Reitz
2022-11-10block-backend: Update ctx immediately after rootHanna Reitz
2022-11-10block: Make bdrv_child_get_parent_aio_context I/OHanna Reitz
2022-11-10block/blkio: Set BlockDriver::has_variable_length to falseAlberto Faria
2022-11-10block/mirror: Fix NULL s->job in active writesHanna Reitz
2022-11-10block/mirror: Drop mirror_wait_for_any_operation()Hanna Reitz
2022-11-10block/mirror: Do not wait for active writesHanna Reitz
2022-11-06dmg: warn when opening dmg images containing blocks of unknown typeKevin Wolf
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana
2022-11-06module: rename module_load_one to module_loadClaudio Fontana
2022-11-01Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi
2022-10-31block/vvfat: Unify the mkdir() callBin Meng
2022-10-31block/blkio: Make driver nvme-io_uring take a "path" instead of a "filename"Alberto Faria
2022-10-31block/blkio: Tolerate device size changesAlberto Faria
2022-10-31block/blkio: Add virtio-blk-vfio-pci BlockDriverAlberto Faria