vmm: openapi: Don't expect cmdline to always be there

The 'cmdline' parameter should not be required as it is not needed when
the 'kernel' parameter is the rust-hypervisor-fw, which means the kernel
and the associated command line will be found from the EFI partition.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2020-08-25 10:36:13 +02:00
parent e8149380b7
commit 89e7774b96

View File

@ -369,7 +369,6 @@ components:
VmConfig:
required:
- kernel
- cmdline
type: object
properties:
cpus: