mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add micro_bench_qcow_async_backing_read which reads clusters from a QCOW2 overlay through the QcowAsync io_uring path. All reads fall through to the backing file, exercising the sync fallback path in QcowAsync. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>