mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-02 23:23:49 +00:00
A VMGEXIT exit occurs for any of the listed NAE events in the GHCB specification [1] (e.g. CPUID, RDMSR/WRMSR, MMIO, port IO, etc.). Some of these events are handled by hypervisor while other are handled by VMM. Currently, we are adding support for one such request i.e., report supported SEV-SNP features by hypervisor. [1] GHCB protocol specification: https://www.amd.com/content/dam/amd/en/documents/epyc-technical-docs/specifications/56421.pdf Signed-off-by: Jinank Jain <jinankjain@microsoft.com> Signed-off-by: Muminul Islam <muislam@microsoft.com>