Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2020 11:10:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 246321] Key press timing/repeat issue on UEFI VNC console for OpenBSD => 6.6 guest
Message-ID:  <bug-246321-27103-VOKFQoshek@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246321-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246321-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246321

--- Comment #5 from commit-hook@freebsd.org ---
A commit references this bug:

Author: grehan
Date: Sun May 17 11:09:38 UTC 2020
New revision: 361131
URL: https://svnweb.freebsd.org/changeset/base/361131

Log:
  MFC r361064
      Hide host CPUID 0x15 TSC/Crystal ratio/freq info from guest

      In recent Linux (5.3+) and OpenBSD (6.6+) kernels, and with hosts that
      support CPUID 0x15, the local APIC frequency is determined directly
      from the reported crystal clock to avoid calibration against the 8254
      timer.

      However, the local APIC frequency implemented by bhyve is 128MHz, whe=
re
      most h/w systems report frequencies around 25MHz. This shows up on
      OpenBSD guests as repeated keystrokes on the emulated PS2 keyboard
      when using VNC, since the kernel's timers are now much shorter.

      Fix by reporting all-zeroes for CPUID 0x15. This allows guests to fall
      back to using the 8254 to calibrate the local APIC frequency.

      Future work could be to compute values returned for 0x15 that would
      match the host TSC and bhyve local APIC frequency, though all
dependencies
      on this would need to be examined (for example, Linux will start using
      0x16 for some hosts).

      PR:               246321
      Reported by:      Jason Tubnor (and tested)

  Approved by:  bz (mentor)

Changes:
_U  stable/12/
  stable/12/sys/amd64/vmm/x86.c
  stable/12/sys/amd64/vmm/x86.h

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246321-27103-VOKFQoshek>