From 89e7774b963d457b7b13e4ae7f56b5f1950a813a Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Tue, 25 Aug 2020 10:36:13 +0200 Subject: [PATCH] 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 --- vmm/src/api/openapi/cloud-hypervisor.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index 72a58e517..f116acb05 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -369,7 +369,6 @@ components: VmConfig: required: - kernel - - cmdline type: object properties: cpus: