| Commit message (Expand) | Author | Age | Files | Lines |
* | block/export: Add blk_exp_close_all(_type) | Kevin Wolf | 2020-10-02 | 1 | -1/+1 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -2/+2 |
* | qemu/: fix some comment spelling errors | zhaolichang | 2020-09-17 | 1 | -1/+1 |
* | block: Leave BDS.backing_{file,format} constant | Max Reitz | 2020-09-07 | 1 | -8/+27 |
* | block: Improve get_allocated_file_size's default | Max Reitz | 2020-09-07 | 1 | -3/+39 |
* | block: Use CAFs for debug breakpoints | Max Reitz | 2020-09-07 | 1 | -13/+3 |
* | block: Use CAFs in bdrv_refresh_filename() | Max Reitz | 2020-09-07 | 1 | -8/+21 |
* | block: Re-evaluate backing file handling in reopen | Max Reitz | 2020-09-07 | 1 | -9/+40 |
* | block: Use CAFs when working with backing chains | Max Reitz | 2020-09-07 | 1 | -14/+30 |
* | block: Use bdrv_filter_(bs|child) where obvious | Max Reitz | 2020-09-07 | 1 | -11/+20 |
* | block: Add bdrv_supports_compressed_writes() | Max Reitz | 2020-09-07 | 1 | -0/+23 |
* | block: Drop bdrv_is_encrypted() | Max Reitz | 2020-09-07 | 1 | -8/+0 |
* | block: Include filters when freezing backing chain | Max Reitz | 2020-09-07 | 1 | -21/+39 |
* | block: bdrv_set_backing_hd() is about bs->backing | Max Reitz | 2020-09-07 | 1 | -2/+2 |
* | block: bdrv_cow_child() for bdrv_has_zero_init() | Max Reitz | 2020-09-07 | 1 | -1/+1 |
* | block: Add chain helper functions | Max Reitz | 2020-09-07 | 1 | -0/+62 |
* | block: Add child access functions | Max Reitz | 2020-09-07 | 1 | -0/+91 |
* | block: Raise an error when backing file parameter is an empty string | Connor Kuehl | 2020-09-07 | 1 | -0/+4 |
* | meson: replace create-config with meson configure_file | Paolo Bonzini | 2020-08-21 | 1 | -0/+2 |
* | meson: convert block | Marc-André Lureau | 2020-08-21 | 1 | -1/+1 |
* | block: Require aligned image size to avoid assertion failure | Kevin Wolf | 2020-07-17 | 1 | -0/+16 |
* | qemu-img: Deprecate use of -b without -F | Eric Blake | 2020-07-14 | 1 | -1/+26 |
* | block: Add support to warn on backing file change without format | Eric Blake | 2020-07-14 | 1 | -3/+10 |
* | block: Error if backing file fails during creation without -u | Eric Blake | 2020-07-14 | 1 | -10/+2 |
* | qemu-img: Flush stdout before before potential stderr messages | Eric Blake | 2020-07-14 | 1 | -0/+1 |
* | error: Reduce unnecessary error propagation | Markus Armbruster | 2020-07-10 | 1 | -1/+1 |
* | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 2020-07-10 | 1 | -4/+2 |
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | block: Avoid error accumulation in bdrv_img_create() | Markus Armbruster | 2020-07-10 | 1 | -2/+2 |
* | qemu-option: Use returned bool to check for failure | Markus Armbruster | 2020-07-10 | 1 | -10/+6 |
* | block: inline bdrv_unallocated_blocks_are_zero() | Vladimir Sementsov-Ogievskiy | 2020-07-06 | 1 | -15/+0 |
* | block/amend: add 'force' option | Maxim Levitsky | 2020-07-06 | 1 | -1/+3 |
* | block: Call attention to truncation of long NBD exports | Eric Blake | 2020-06-10 | 1 | -2/+5 |
* | block: Drop @child_class from bdrv_child_perm() | Max Reitz | 2020-05-18 | 1 | -23/+16 |
* | block: Drop child_file | Max Reitz | 2020-05-18 | 1 | -37/+2 |
* | block: Drop bdrv_format_default_perms() | Max Reitz | 2020-05-18 | 1 | -19/+0 |
* | block: Make bdrv_filter_default_perms() static | Max Reitz | 2020-05-18 | 1 | -6/+11 |
* | block: Use child_of_bds in remaining places | Max Reitz | 2020-05-18 | 1 | -1/+2 |
* | block: Drop child_backing | Max Reitz | 2020-05-18 | 1 | -57/+3 |
* | block: Make backing files child_of_bds children | Max Reitz | 2020-05-18 | 1 | -6/+20 |
* | block: Drop child_format | Max Reitz | 2020-05-18 | 1 | -29/+0 |
* | block: Add bdrv_default_perms() | Max Reitz | 2020-05-18 | 1 | -0/+32 |
* | block: Relax *perms_for_storage for data children | Max Reitz | 2020-05-18 | 1 | -10/+48 |
* | block: Pull out bdrv_default_perms_for_storage() | Max Reitz | 2020-05-18 | 1 | -25/+46 |
* | block: Pull out bdrv_default_perms_for_cow() | Max Reitz | 2020-05-18 | 1 | -22/+40 |
* | block: Distinguish paths in *_format_default_perms | Max Reitz | 2020-05-18 | 1 | -6/+13 |
* | block: Add child_of_bds | Max Reitz | 2020-05-18 | 1 | -0/+24 |
* | block: Unify bdrv_child_cb_detach() | Max Reitz | 2020-05-18 | 1 | -7/+20 |
* | block: Unify bdrv_child_cb_attach() | Max Reitz | 2020-05-18 | 1 | -7/+20 |
* | block: Use bdrv_inherited_options() | Max Reitz | 2020-05-18 | 1 | -52/+19 |