CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2025/06/23 10:49:40

Modified files:
        usr.sbin/vmd   : loadfile_elf.c 

Log message:
Setup long mode code segment for AMD SEV-ES guests in vmd(8).

vmd(8) starts kernel image in 32 bit compatibility mode.  However,
SEV-ES enabled guest will trigger #VC traps during locore0.  To be
able to run such a trap handler, we need a long mode segment.

from hshoexer@; OK mlarkin@

Reply via email to