cloud-hypervisor/vmm
Samuel Ortiz b14fd37db9 vmm: Make --kernel optional
The kernel path was the only mandatory command line option.
With the addition of the --api-socket option, we can run without a
kernel path and get it later through the API.

Since we can end up with VM configurations that are no longer valid by
default, we need to provide a validation check for it. For now, if the
kernel path is not defined, the VM configuration is invalid.

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