mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Write a known data pattern to a QCOW2 image, convert all allocated clusters to compressed format using compress_allocated_clusters, reopen the image through QcowDiskSync, and verify that reading back the full cluster returns the original data. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>