mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add sparse_qcow_async_tempfile which creates a sparse QCOW2 image with one cluster per L2 table and opens it via QcowDiskAsync. Mirrors the existing sparse_qcow_tempfile for io_uring benchmarks. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>