CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/06/04 02:21:29
Modified files: usr.sbin/vmd : psp.c sev.c vm.c vmd.h Log message: Initial state encryption for AMD SEV-ES guests in vmd(8). For SEV-ES enabled guest, vmd sends the LAUNCH ENCRYPT STATE command to psp(4), so the VMSA gets encrypted. Refactor code of the launch protocol. from hshoexer@