mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-20 07:58:55 +00:00
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:
parent
e8149380b7
commit
89e7774b96
@ -369,7 +369,6 @@ components:
|
||||
VmConfig:
|
||||
required:
|
||||
- kernel
|
||||
- cmdline
|
||||
type: object
|
||||
properties:
|
||||
cpus:
|
||||
|
Loading…
x
Reference in New Issue
Block a user