Page MenuHomeFreeBSD

vmm/amd64: Port vlapic interface changes from illumos (duplicate)
AcceptedPublic

Authored by rosenfeld_grumpf.hope-2000.org on Apr 10 2026, 6:24 PM.
Tags
None
Referenced Files
F156510094: D56347.id.diff
Thu, May 14, 6:42 AM
Unknown Object (File)
Mon, May 11, 9:16 AM
Unknown Object (File)
Tue, May 5, 10:19 AM
Unknown Object (File)
Sat, May 2, 6:20 AM
Unknown Object (File)
Sat, May 2, 6:12 AM
Unknown Object (File)
Sat, Apr 25, 7:42 PM
Unknown Object (File)
Sat, Apr 25, 10:45 AM
Unknown Object (File)
Sat, Apr 25, 5:43 AM
Subscribers
None

Details

Reviewers
corvink
Summary

This is a port of the bits related to vlapic-enablement of the following
bhyve improvement from illumos:

14598 bhyve vlapic should handle APICBASE changes
https://www.illumos.org/issues/14598

A LAPIC can be enabled/disabled in two ways:

  • by the global-enable bit in the APICBASE MSR
  • by the software-enable bit in the APIC's SVR register

This change allows distinguishing between both forms of enablement where
that matters. The more involved changes to allow guests to modify the
APICBASE MSR are not included at this time.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72116
Build 68999: arc lint + arc unit

Event Timeline

rosenfeld_grumpf.hope-2000.org retitled this revision from vmm/amd64: Port vlapic interface changes from illumos to vmm/amd64: Port vlapic interface changes from illumos (duplicate).Apr 10 2026, 6:29 PM
This revision is now accepted and ready to land.Mon, Apr 20, 6:38 AM