CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/18 00:50:35
Modified files:
sys/arch/amd64/include: specialreg.h
sys/arch/amd64/amd64: vmm.c
Log message:
vmm: Fix interrupt window exiting for AMD / SVM
* define V_IGN_TPR (ignore virtual TPR)
* set V_IGN_TPR while configuring window exiting (was missed in one
location along with setting of the intr vector)
This should fix unresponsive network / console issues with guests on SVM.
