CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/04/23 15:54:12
Modified files:
sys/arch/amd64/amd64: vmm_machdep.c
sys/arch/amd64/include: vmmvar.h
sys/dev/vmm : vmm.h
Log message:
vmm(4) provides VMSA for AMD SEV-ES
For SEV-ES the hypervisor has to provide a VM Save Area (VMSA). It
will be used by the CPU to load and store encrypted guest CPU state.
Also supply a helper function to retrieve the physical address of
the VMSA. Non SEV-ES VMs are not affected by this change.
from hshoexer@; OK dv@