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
/
throttle.c
Age
Commit message (
Expand
)
Author
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-07
block: Inline bdrv_co_block_status_from_*()
Max Reitz
2020-09-07
throttle: Support compressed writes
Max Reitz
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-05-18
block: Use bdrv_default_perms()
Max Reitz
2020-05-18
block: Make filter drivers use child_of_bds
Max Reitz
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-02-18
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2018-07-10
block: Use BdrvChild to discard
Fam Zheng
2018-06-11
throttle: Fix crash on reopen
Alberto Garcia
2018-05-15
block: Support BDRV_REQ_WRITE_UNCHANGED in filters
Max Reitz
2018-03-26
block/throttle: Remove protocol-related fields
Fabiano Rosas
2018-03-02
block: Switch passthrough drivers to .bdrv_co_block_status()
Eric Blake
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2017-10-13
block/throttle.c: add bdrv_co_drain_begin/end callbacks
Manos Pitsidianakis
2017-09-06
block: add throttle block filter driver
Manos Pitsidianakis