CVSROOT: /cvs Module name: src Changes by: bry...@cvs.openbsd.org 2018/09/20 08:32:59
Modified files: sys/arch/amd64/amd64: vmm.c sys/arch/amd64/include: vmmvar.h Log message: vmm(4): Clear the guest MWAITX/MONITORX extended CPUID feature bit, like we already do for MWAIT/MONITOR. Also match Intel here by not exposing the SVM capability to AMD guests. Allows Linux guests to boot in vmd(8) on Ryzen CPUs. ok mlarkin@