mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
This aligns with our CLI syntax. The correctness of `DiskConfig` will be ensured via `VmConfig::validate()`, e.g. `path` and `socket` are mutually exclusive. Fixes: #7016 Signed-off-by: Bo Chen <bchen@crusoe.ai>