mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
FixedVhdDisk is the format level DiskFile wrapper for VHD images. Rename it to VhdDisk to match the <Format>Disk convention used by RawDisk, QcowDisk, and VhdxDisk. The Fixed prefix remains on the workers (FixedVhdSync, FixedVhdAsync) since those are specific to the fixed subformat. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>