CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/07/02 15:28:46
Modified files: sys/arch/amd64/amd64: trap.c Log message: In AMD SEV-ES guest #VC trap asserts interrupts are disabled. Instead of disabling interrupts again, use kassert to verify that #VC trap stub in vector did not enable interrupts before calling vctrap(). Add a comment about the general workings of #VC handling. Prompted and provided by mlarkin@. from hshoexer@; OK mlarkin@