mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add micro_bench_qcow_batch_read which builds a batch of num_ops read requests and submits them all at once through submit_batch_requests. This exercises the io_uring batch submission path added in qcow_async, where multiple SQEs are packed into a single io_uring_enter call. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>