CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/05/20 02:35:37
Modified files: sys/arch/amd64/amd64: vmm_machdep.c vmm_support.S sys/arch/amd64/include: vmmvar.h Log message: Special vmentry/vmexit path for AMD SEV-ES guests in vmm(4). With SEV-ES the full vCPU state is automatically loaded from or saved to the encrypted VMSA. However, host state is not fully saved and restored. Therefore, we need a seperate vm entry/exit path for SEV-ES enabled guests. svm_seves_enter_guest() accomplishes this. from hshoexer@; OK mlarkin@