mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add micro_bench_qcow_async_read which reads clusters through the QcowDiskAsync io_uring backend. Single allocated cluster reads go through io_uring for true asynchronous completion, unlike the sync benchmarks which use QcowDiskSync with blocking I/O. Workloads: 128 and 256 clusters. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>