Files
cloud-hypervisor/block
Anatol Belski eeb71091db block: qcow: Share the deallocation path between the two engines
The sync and uring qcow engines each carried an identical
apply_dealloc_action plus punch_hole and write_zeroes bodies that
differed only by a flag and the completion sink. Move that shared
deallocation logic into common.rs as apply_dealloc_action and
deallocate_range_result. Each engine now calls it and injects the
completion through its own queue.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
2026-07-30 09:08:35 +00:00
..