mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add empty_qcow_tempfile() which creates a QCOW2 v3 image with no allocated clusters so every write triggers the full cluster allocation path including L2 entry allocation and refcount updates. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>