aboutsummaryrefslogtreecommitdiff
path: root/block/blklogwrites.c
AgeCommit message (Expand)Author
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