CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/05/28 05:08:25
Modified files: sys/arch/amd64/amd64: vmm_machdep.c Log message: Handle AMD SEV-ES GHCB MSR protocol for guest termination in vmm(4). Another service requested by a SEV-ES enabled guest through the GHCB MSR protocol is guest termination. With this commit, vmm(4) will be able to run a SEV-ES enabled guest. Still missing is vmd(8) support to configure and enable SEV-ES and the guest side changes. from hshoexer@; OK mlarkin@