From 524f26abefb8e813f7f5aacd1168dbb6f1dc6074 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 27 Feb 2025 15:33:07 +0100 Subject: [PATCH] vmm: api: Expose SEV-SNP and igvm related options This involves the platform and VM config. Signed-off-by: Anatol Belski --- vmm/src/api/openapi/cloud-hypervisor.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index 021f61aa6..81a58c056 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -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: