mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: api: Expose SEV-SNP and igvm related options
This involves the platform and VM config. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
@@ -548,6 +548,10 @@ components:
|
||||
type: string
|
||||
initramfs:
|
||||
type: string
|
||||
igvm:
|
||||
type: string
|
||||
host_data:
|
||||
type: string
|
||||
description: Payloads to boot in guest
|
||||
|
||||
VmConfig:
|
||||
@@ -732,6 +736,9 @@ components:
|
||||
tdx:
|
||||
type: boolean
|
||||
default: false
|
||||
sev_snp:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
MemoryZoneConfig:
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user