CVSROOT:        /cvs
Module name:    src
Changes by:     mlar...@cvs.openbsd.org 2018/04/26 05:37:25

Modified files:
        sys/arch/amd64/amd64: vmm.c 

Log message:
vmm(4): remove some unnecessary kernel lock code from the SVM guest loop
that is not needed; this code deals with delaying the relocking of the
kernel lock until after interrupts are processed during external interrupt
exiting, but this is handled differently on SVM. External interrupts are
automatically handled by the CPU as soon as stgi() is performed after
exit. (The original code came from the VMX/Intel guest loop.)

ok guenther@

Reply via email to