cloud-hypervisor/vmm
Samuel Ortiz 9c5135da7a vmm: Simplify the VM start flow
We can integrate the kernel loading into the VM start method.
The VM start flow is then: Vm::new() -> vm.start(), which feels more
natural.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-09-24 10:12:04 +02:00
..
src vmm: Simplify the VM start flow 2019-09-24 10:12:04 +02:00
Cargo.toml vmm: Add MMIO support 2019-09-13 12:30:13 +01:00