aboutsummaryrefslogtreecommitdiff
path: root/block/blklogwrites.c
AgeCommit message (Expand)Author
2020-09-07block: Inline bdrv_co_block_status_from_*()Max Reitz
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz
2020-05-18block: Use bdrv_default_perms()Max Reitz
2020-05-18block: Use child_of_bds in remaining placesMax Reitz
2020-05-18block: Make filter drivers use child_of_bdsMax Reitz
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz
2019-02-25block: Use children list in bdrv_refresh_filenameMax Reitz
2019-02-01block: Replace qdict_put() by qdict_put_obj() where appropriateMarkus Armbruster
2018-07-10block: Use BdrvChild to discardFam Zheng
2018-07-10block/blklogwrites: Make sure the log sector size is not too smallAri Sundholm
2018-07-05block/blklogwrites: Add an option for the update interval of the log superblockAri Sundholm
2018-07-05block/blklogwrites: Add an option for appending to an old logAri Sundholm
2018-07-05block/blklogwrites: Change log_sector_size from int64_t to uint64_tAri Sundholm
2018-07-05block: Add blklogwritesAapo Vienamo