mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The config space fix in the previous commit correctly populates the discard and write zeroes fields, so the sparse=off workaround is no longer needed for Windows guests. Replace default_disks_sparse_off() with default_disks() in all Windows test cases and remove the explicit sparse=off from the multi queue test. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>