CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2018/03/28 20:25:10
Modified files: sys/arch/amd64/amd64: vmm.c sys/arch/amd64/include: vmmvar.h Log message: Remove RDTSCP from the CPUID flags reported to the guest VM. The instruction was already disabled, but reporting it as available and then failing it caused SmartOS to crash during boot. ok pd@