CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2017/04/27 00:16:39
Modified files: sys/arch/amd64/amd64: fpu.c vmm.c vmm_support.S sys/arch/amd64/include: cpufunc.h fpu.h vmmvar.h Log message: vmm(4): proper save/restore of FPU context during entry/exit. tested by reyk, dcoppa, and a few others. ok kettenis@ on the fpu bits ok deraadt@ on the vmm bits