- 934aee1 block: use return status of bdrv_append() by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- a1e708f block: return status from bdrv_append and friends by Vladimir Sementsov-Ogievskiy · 3 years, 11 months ago
- 1895b97 block: move blk_exp_close_all() to qemu_cleanup() by Sergio Lopez · 3 years, 11 months ago
- 722d8e7 block: Avoid processing BDS twice in bdrv_set_aio_context_ignore() by Sergio Lopez · 3 years, 11 months ago
- 8872ef7 block: add API function to insert a node by Andrey Shinkevich · 4 years ago
- 1f7c027 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into staging by Peter Maydell · 4 years ago
- 18cf67c block: Use GString instead of QString to build filenames by Markus Armbruster · 4 years ago
- 410f44f block: Avoid qobject_get_try_str() by Markus Armbruster · 4 years ago
- eab3a46 qobject: Change qobject_to_json()'s value to GString by Markus Armbruster · 4 years ago
- 9530a25 block: bdrv_check_perm(): process children anyway by Vladimir Sementsov-Ogievskiy · 4 years, 2 months ago
- 071b474 block: drop tighten_restrictions by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
- 6e0c916 block: bdrv_child_set_perm() drop redundant parameters. by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
- 74ad9a3 block: bdrv_set_perm() drop redundant parameters. by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
- bb87e4d block: add bdrv_refresh_perms() helper by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
- 8b11700 block: introduce BDRV_MAX_LENGTH by Vladimir Sementsov-Ogievskiy · 4 years ago
- 0c9b70d fuse: Allow exporting BDSs via FUSE by Max Reitz · 4 years, 2 months ago
- d669ed6 block: make bdrv_drop_intermediate() less wrong by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
- 313274b block: add bdrv_replace_node_common() by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
- 6c5f7b3 block: add forgotten bdrv_abort_perm_update() to bdrv_co_invalidate_cache() by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
- 122860b block: Fix integer promotion error in bdrv_getlength() by Eric Blake · 4 years, 1 month ago
- 9812e71 qapi: Add QAPI_LIST_PREPEND() macro by Eric Blake · 4 years, 2 months ago
- 159f844 block: Simplify QAPI_LIST_ADD by Eric Blake · 4 years, 2 months ago
- 1a6d3bd block: End quiescent sections when a BDS is deleted by Greg Kurz · 4 years, 2 months ago
- 18c6ac1 block: Add bdrv_lock()/unlock() by Kevin Wolf · 4 years, 2 months ago
- e336fd4 block: Add bdrv_co_enter()/leave() by Kevin Wolf · 4 years, 2 months ago
- 9bb4b06 block: generate coroutine-wrapper code by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
- 21c2283 block: declare some coroutine functions in block/coroutines.h by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
- 5416645 block: return error-code from bdrv_invalidate_cache by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
- bc4ee65 block/export: Add blk_exp_close_all(_type) by Kevin Wolf · 4 years, 3 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 3 months ago
- e3a6e0d qemu/: fix some comment spelling errors by zhaolichang · 4 years, 3 months ago
- 0b877d0 block: Leave BDS.backing_{file,format} constant by Max Reitz · 6 years ago
- 081e465 block: Improve get_allocated_file_size's default by Max Reitz · 6 years ago
- f706a92 block: Use CAFs for debug breakpoints by Max Reitz · 6 years ago
- 52f72d6 block: Use CAFs in bdrv_refresh_filename() by Max Reitz · 6 years ago
- 1d42f48 block: Re-evaluate backing file handling in reopen by Max Reitz · 6 years ago
- dcf3f9b block: Use CAFs when working with backing chains by Max Reitz · 6 years ago
- 93393e6 block: Use bdrv_filter_(bs|child) where obvious by Max Reitz · 6 years ago
- ae23f78 block: Add bdrv_supports_compressed_writes() by Max Reitz · 6 years ago
- 8b8277c block: Drop bdrv_is_encrypted() by Max Reitz · 6 years ago
- 7b99a26 block: Include filters when freezing backing chain by Max Reitz · 6 years ago
- 9ee413c block: bdrv_set_backing_hd() is about bs->backing by Max Reitz · 6 years ago
- 3477817 block: bdrv_cow_child() for bdrv_has_zero_init() by Max Reitz · 6 years ago
- d38d7eb block: Add chain helper functions by Max Reitz · 6 years ago
- 9a6fc88 block: Add child access functions by Max Reitz · 6 years ago
- 975a7bd block: Raise an error when backing file parameter is an empty string by Connor Kuehl · 4 years, 4 months ago
- 859aef0 meson: replace create-config with meson configure_file by Paolo Bonzini · 4 years, 4 months ago
- 5e5733e meson: convert block by Marc-André Lureau · 5 years ago
- 9c60a5d block: Require aligned image size to avoid assertion failure by Kevin Wolf · 4 years, 5 months ago
- d9f059a qemu-img: Deprecate use of -b without -F by Eric Blake · 4 years, 5 months ago
- e54ee1b block: Add support to warn on backing file change without format by Eric Blake · 4 years, 5 months ago
- add8200 block: Error if backing file fails during creation without -u by Eric Blake · 4 years, 5 months ago
- 4e2f441 qemu-img: Flush stdout before before potential stderr messages by Eric Blake · 4 years, 5 months ago
- a5f9b9d error: Reduce unnecessary error propagation by Markus Armbruster · 4 years, 5 months ago
- af175e8 error: Eliminate error_propagate() with Coccinelle, part 2 by Markus Armbruster · 4 years, 5 months ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 5 months ago
- 3882578 block: Avoid error accumulation in bdrv_img_create() by Markus Armbruster · 4 years, 5 months ago
- 235e59c qemu-option: Use returned bool to check for failure by Markus Armbruster · 4 years, 5 months ago
- 7b1efe9 block: inline bdrv_unallocated_blocks_are_zero() by Vladimir Sementsov-Ogievskiy · 4 years, 7 months ago
- a3579bf block/amend: add 'force' option by Maxim Levitsky · 4 years, 6 months ago
- 5c86bdf block: Call attention to truncation of long NBD exports by Eric Blake · 4 years, 6 months ago
- e5d8a40 block: Drop @child_class from bdrv_child_perm() by Max Reitz · 4 years, 7 months ago
- f6de853 block: Drop child_file by Max Reitz · 4 years, 7 months ago
- 9aab945 block: Drop bdrv_format_default_perms() by Max Reitz · 4 years, 7 months ago
- 87278af block: Make bdrv_filter_default_perms() static by Max Reitz · 4 years, 7 months ago
- 5894440 block: Use child_of_bds in remaining places by Max Reitz · 4 years, 7 months ago
- ff3541c block: Drop child_backing by Max Reitz · 4 years, 7 months ago
- 25191e5 block: Make backing files child_of_bds children by Max Reitz · 4 years, 7 months ago
- f34ade1 block: Drop child_format by Max Reitz · 4 years, 7 months ago
- 2519f54 block: Add bdrv_default_perms() by Max Reitz · 4 years, 7 months ago
- f889054 block: Relax *perms_for_storage for data children by Max Reitz · 4 years, 7 months ago
- 6f838a4 block: Pull out bdrv_default_perms_for_storage() by Max Reitz · 4 years, 7 months ago
- 70082db block: Pull out bdrv_default_perms_for_cow() by Max Reitz · 4 years, 7 months ago
- 33f2663 block: Distinguish paths in *_format_default_perms by Max Reitz · 4 years, 7 months ago
- 4348355 block: Add child_of_bds by Max Reitz · 4 years, 7 months ago
- 48e0828 block: Unify bdrv_child_cb_detach() by Max Reitz · 4 years, 7 months ago
- ca2f123 block: Unify bdrv_child_cb_attach() by Max Reitz · 4 years, 7 months ago
- 00ff7ff block: Use bdrv_inherited_options() by Max Reitz · 4 years, 7 months ago
- fae8bd3 block: Add generic bdrv_inherited_options() by Max Reitz · 4 years, 7 months ago
- b054ff7 block: Rename bdrv_inherited_options() by Max Reitz · 4 years, 7 months ago
- 3cdc69d block: Pass parent_is_format to .inherit_options() by Max Reitz · 4 years, 7 months ago
- 272c02e block: Pass BdrvChildRole to .inherit_options() by Max Reitz · 4 years, 7 months ago
- bf8e925 block: Pass BdrvChildRole to bdrv_child_perm() by Max Reitz · 4 years, 7 months ago
- 258b776 block: Add BdrvChildRole to BdrvChild by Max Reitz · 4 years, 7 months ago
- bd86fb9 block: Rename BdrvChildRole to BdrvChildClass by Max Reitz · 4 years, 7 months ago
- 6f7a3b5 block: Add bdrv_make_empty() by Max Reitz · 4 years, 8 months ago
- 47e0b38 block: Drop unused .bdrv_has_zero_init_truncate by Eric Blake · 4 years, 8 months ago
- dfde483 block: Avoid dead assignment by Philippe Mathieu-Daudé · 4 years, 8 months ago
- 8c6242b block-backend: Add flags to blk_truncate() by Kevin Wolf · 4 years, 8 months ago
- 1f58424 qapi: Only input visitors can actually fail by Markus Armbruster · 4 years, 8 months ago
- 7a26df2 block: fix bdrv_root_attach_child forget to unref child_bs by Vladimir Sementsov-Ogievskiy · 4 years, 9 months ago
- 5a5e7f8 block: trickle down the fallback image creation function use to the block drivers by Maxim Levitsky · 4 years, 9 months ago
- b92902d block: pass BlockDriver reference to the .bdrv_co_create by Maxim Levitsky · 4 years, 9 months ago
- 6e57963 block: bdrv_set_backing_bs: fix use-after-free by Vladimir Sementsov-Ogievskiy · 4 years, 9 months ago
- a15f08d block: Assert BlockDriver::format_name is not NULL by Philippe Mathieu-Daudé · 4 years, 9 months ago
- e1d7f8b block.c: adding bdrv_co_delete_file by Daniel Henrique Barboza · 4 years, 11 months ago
- 30dd65f block: Fix cross-AioContext blockdev-snapshot by Kevin Wolf · 4 years, 9 months ago
- c7a0f2b block: Make bdrv_get_cumulative_perm() public by Kevin Wolf · 4 years, 9 months ago
- 1de6b45 block: bdrv_reopen() with backing file in different AioContext by Kevin Wolf · 4 years, 10 months ago
- 17e1e2b block: Introduce 'bdrv_reopen_commit_post' step by Peter Krempa · 4 years, 10 months ago