vmm: Add a feature flag for SEV-SNP support

This feature flag gates the development for SEV-SNP enabled guest.

Also add a helper function to identify if SNP should be enabled for the
guest.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
This commit is contained in:
Jinank Jain
2022-10-11 09:58:00 +00:00
committed by Rob Bradford
parent 3e1b0bc124
commit 5fd79571b7
6 changed files with 29 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ guest_debug = ["vmm/guest_debug"]
io_uring = ["vmm/io_uring"]
kvm = ["vmm/kvm"]
mshv = ["vmm/mshv"]
sev_snp = ["vmm/sev_snp", "mshv"]
tdx = ["vmm/tdx"]
tracing = ["vmm/tracing", "tracer/tracing"]