CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/01 23:03:00
Modified files:
sys/arch/amd64/amd64: vmm.c
Log message:
vmm(4): Inject #UD on read of MSR_LS_CFG on AMD SVM
The LS_CFG MSR is used as a different way to determine if SSBD controls
are present. Since we don't implement this, inject a #UD on read of this
MSR, which Linux interprets as "not having SSBD controls".
ok deraadt
