mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Remove the internal and worker submodule layers from the VHD format directory. The footer and fixed parsers move up as footer.rs and fixed.rs, and the backends move up as engine_sync.rs and engine_uring.rs. Both internal/mod.rs and worker/mod.rs held only module declarations and are dropped. Assisted-by: Claude:Opus-4.8 Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>