cloud-hypervisor/vmm
Samuel Ortiz f2de4d0315 vmm: config: Make the cmdline config serializable
The linux_loader crate Cmdline struct is not serializable.
Instead of forcing the upstream create to carry a serde dependency, we
simply use a String for the passed command line and build the actual
CmdLine when we need it (in vm::new()).
Also, the cmdline offset is not a configuration knob, so we remove it.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-10-04 09:36:33 +02:00
..
src vmm: config: Make the cmdline config serializable 2019-10-04 09:36:33 +02:00
Cargo.toml vmm: api: Add HTTP server 2019-10-04 09:36:33 +02:00