Files
cloud-hypervisor/block
Anatol Belski 25b270010f block: qcow: Share the synchronous write path between the two engines
Both engines ran the same copy on write loop for a partial cluster
write. In the uring engine it was a separate helper, cow_write_sync.
In the sync engine the same loop sat directly in the write path. Move
cow_write_sync into common.rs and call it from both. The uring write
already runs synchronously, so its behavior does not change.

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