Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-02-25 | block: Purify .bdrv_refresh_filename() | Max Reitz | 1 | -22/+0 |
2019-02-25 | block: Add strong_runtime_opts to BlockDriver | Max Reitz | 1 | -0/+8 |
2019-02-25 | block: Use children list in bdrv_refresh_filename | Max Reitz | 1 | -3/+0 |
2019-02-01 | block: Replace qdict_put() by qdict_put_obj() where appropriate | Markus Armbruster | 1 | -3/+2 |
2018-07-10 | block: Use BdrvChild to discard | Fam Zheng | 1 | -1/+1 |
2018-07-10 | block/blklogwrites: Make sure the log sector size is not too small | Ari Sundholm | 1 | -1/+4 |
2018-07-05 | block/blklogwrites: Add an option for the update interval of the log superblock | Ari Sundholm | 1 | -2/+18 |
2018-07-05 | block/blklogwrites: Add an option for appending to an old log | Ari Sundholm | 1 | -14/+133 |
2018-07-05 | block/blklogwrites: Change log_sector_size from int64_t to uint64_t | Ari Sundholm | 1 | -5/+3 |
2018-07-05 | block: Add blklogwrites | Aapo Vienamo | 1 | -0/+414 |