mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Write a known data pattern through QcowFile, compress all clusters in place, reopen and read back via the seek based file_read path. This covers the decompress_l2_cluster code path used by QcowFile which is separate from the pread based path in QcowSync/QcowAsync. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>