mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
openapi: Add 'firmware' to 'PayloadConfig'
This option is needed for the openapi consumer (e.g. Kata Containers) to load firmware (e.g. td-shim) for booting. Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -502,6 +502,8 @@ components:
|
|||||||
PayloadConfig:
|
PayloadConfig:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
firmware:
|
||||||
|
type: string
|
||||||
kernel:
|
kernel:
|
||||||
type: string
|
type: string
|
||||||
cmdline:
|
cmdline:
|
||||||
|
|||||||
Reference in New Issue
Block a user