cloud-hypervisor/vmm
Rob Bradford 7ad58457b0 vmm: Split structs from logic that make up VmConfig
Place the data structures that are required for constructing a VmConfig
into it's own module from the logic that exists to suppot them.

This is useful as a consumer of the API can now clearly see what data
structures make up the API for creating VMs.

This has no functional change and I made no attempt to clean up the
ordering (it's as in the original file) nor any other clean up.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-10-06 14:25:29 +01:00
..
src vmm: Split structs from logic that make up VmConfig 2022-10-06 14:25:29 +01:00
Cargo.toml build: Bump clap from 4.0.9 to 4.0.10 2022-10-05 23:51:49 +00:00