mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Implement punch_hole and write_zeroes for QcowSync backend by delegating to QcowFile::punch_hole which triggers cluster deallocation. write_zeroes delegates to punch_hole as unallocated clusters read as zeros in QCOW2. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>