CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2024/09/20 22:36:28
Modified files: sys/arch/amd64/amd64: vmm_machdep.c sys/arch/amd64/include: vmmvar.h Log message: vmm(4): remove EPT mprotect ioctl This old ioctl isn't used by vmd(8) and is getting in the way of some improvements we want to do. It was used by solo5 but the person who was helping maintain this is no longer involved with that project. ok dv