CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2018/07/09 16:07:14
Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm(4): prohibit setting/clearing invalid bits in %cr0/%cr4. This was previously caught later but resulted in a guest termination, now we use #GP as the SDM recommends.