mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Composable disk capability traits with DiskFile as a supertrait bundling DiskSize and Geometry. Optional capabilities are separate traits: PhysicalSize, DiskFd, SparseCapable, Resizable. AsyncDiskFile extends DiskFile with async I/O construction. Empty module with doc comment, trait definitions follow. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>