mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
365ed236cc
Write a known data pattern, compress all clusters in place, reopen through QcowDiskAsync, and read back from four concurrent queues on separate threads. Each queue independently decompresses and returns the correct data, validating the Arc<dyn Decoder> sharing. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>