index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
copy-on-read.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: introduce bdrv_open_file_child() helper
Vladimir Sementsov-Ogievskiy
2022-10-27
1
-5
/
+4
*
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-5
/
+6
*
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+2
*
block/copy-on-read: use bdrv_drop_filter() and drop s->active
Vladimir Sementsov-Ogievskiy
2021-05-14
1
-32
/
+1
*
copy-on-read: skip non-guest reads if no copy needed
Andrey Shinkevich
2021-01-26
1
-4
/
+10
*
qapi: copy-on-read filter: add 'bottom' option
Andrey Shinkevich
2021-01-26
1
-2
/
+96
*
copy-on-read: add filter drop function
Andrey Shinkevich
2021-01-26
1
-0
/
+56
*
copy-on-read: support preadv/pwritev_part functions
Andrey Shinkevich
2021-01-26
1
-12
/
+16
*
block: Inline bdrv_co_block_status_from_*()
Max Reitz
2020-09-07
1
-2
/
+0
*
copy-on-read: Support compressed writes
Max Reitz
2020-09-07
1
-0
/
+11
*
block: Drop @child_class from bdrv_child_perm()
Max Reitz
2020-05-18
1
-1
/
+0
*
block: Make filter drivers use child_of_bds
Max Reitz
2020-05-18
1
-2
/
+3
*
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
2020-05-18
1
-0
/
+1
*
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
1
-1
/
+1
*
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
2020-05-18
1
-1
/
+1
*
block: Remove bdrv_recurse_is_first_non_filter()
Max Reitz
2020-02-18
1
-9
/
+0
*
block/cor: Drop cor_co_truncate()
Max Reitz
2019-10-28
1
-8
/
+0
*
block/copy-on-read: Fix permissions for inactive node
Kevin Wolf
2019-07-30
1
-9
/
+7
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
block: Advertise BDRV_REQ_NO_FALLBACK in filter drivers
Kevin Wolf
2019-03-26
1
-4
/
+3
*
block: Make bdrv_{copy_on_read,crypto_luks,replication} static
Alberto Garcia
2019-03-19
1
-1
/
+1
*
block: drop empty .bdrv_close handlers
Vladimir Sementsov-Ogievskiy
2018-08-15
1
-6
/
+0
*
block: Use BdrvChild to discard
Fam Zheng
2018-07-10
1
-1
/
+1
*
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2018-06-29
1
-4
/
+4
*
block: Support BDRV_REQ_WRITE_UNCHANGED in filters
Max Reitz
2018-05-15
1
-4
/
+6
*
block: Add COR filter driver
Max Reitz
2018-05-15
1
-0
/
+171