index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
copy-on-read.c
Age
Commit message (
Expand
)
Author
2020-05-18
block: Drop @child_class from bdrv_child_perm()
Max Reitz
2020-05-18
block: Make filter drivers use child_of_bds
Max Reitz
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
2020-02-18
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
2019-10-28
block/cor: Drop cor_co_truncate()
Max Reitz
2019-07-30
block/copy-on-read: Fix permissions for inactive node
Kevin Wolf
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-26
block: Advertise BDRV_REQ_NO_FALLBACK in filter drivers
Kevin Wolf
2019-03-19
block: Make bdrv_{copy_on_read,crypto_luks,replication} static
Alberto Garcia
2018-08-15
block: drop empty .bdrv_close handlers
Vladimir Sementsov-Ogievskiy
2018-07-10
block: Use BdrvChild to discard
Fam Zheng
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2018-05-15
block: Support BDRV_REQ_WRITE_UNCHANGED in filters
Max Reitz
2018-05-15
block: Add COR filter driver
Max Reitz