CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2018/04/26 08:34:42
Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm(4): Rearrange some interrupt window exiting code Simplify some code and reduce the number of places we are handling VINTR exits. ok brynet