index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blklogwrites.c
Age
Commit message (
Expand
)
Author
2020-05-18
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-25
block: Purify .bdrv_refresh_filename()
Max Reitz
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
block: Use children list in bdrv_refresh_filename
Max Reitz
2019-02-01
block: Replace qdict_put() by qdict_put_obj() where appropriate
Markus Armbruster
2018-07-10
block: Use BdrvChild to discard
Fam Zheng
2018-07-10
block/blklogwrites: Make sure the log sector size is not too small
Ari Sundholm
2018-07-05
block/blklogwrites: Add an option for the update interval of the log superblock
Ari Sundholm
2018-07-05
block/blklogwrites: Add an option for appending to an old log
Ari Sundholm
2018-07-05
block/blklogwrites: Change log_sector_size from int64_t to uint64_t
Ari Sundholm
2018-07-05
block: Add blklogwrites
Aapo Vienamo