On Wed, Apr 18, 2018 at 1:50 AM, Pratik Vyas <[email protected]> wrote:
> 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.
>
Should this improve console behaviour on SVM? (console being painfully slow)
With OpenBSD 6.3-current (GENERIC.MP) #213: Thu Apr 19 10:46:30 MDT 2018
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
My machine freezes completely (no panic just freeze...)
Or is console still known to have issues?
Thanks