Author :
bluhm
Date :
2025-05-20 08:35:37
Hash :f2028685 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@