mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Remove the worker submodule layer from the raw format directory. The backend files move up as engine_sync.rs, engine_uring.rs, and engine_aio.rs, the shared test helpers move up as tests.rs, and the two alignment helper functions from worker/mod.rs merge into the raw module. The vhd backends that reused the raw io_uring and sync engines are updated to the new block::formats::raw::engine_* paths. Assisted-by: Claude:Opus-4.8 Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>