mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add micro_bench_qcow_async_multi_cluster_read which reads 8 contiguous clusters (512 KiB) per request through the QcowAsync io_uring path. With coalesced mappings this can hit the io_uring fast path for a single Readv SQE. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>