mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add micro_bench_qcow_async_compressed_read which reads from a zlib compressed QCOW2 image through the QcowAsync io_uring path. Compressed clusters take the sync fallback since they require decompression. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>