mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add micro_bench_qcow_async_write which writes clusters into an empty QCOW2 image through the QcowAsync io_uring path. Writes in QcowAsync are synchronous due to COW metadata allocation, so this measures the write path overhead through the async code path. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>