Page MenuHomeFreeBSD

bhyve: Register hlt and pause vmexit handlers unconditionally
ClosedPublic

Authored by markj on Jun 15 2023, 10:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 24, 7:30 PM
Unknown Object (File)
Feb 9 2025, 5:37 PM
Unknown Object (File)
Jan 25 2025, 8:59 AM
Unknown Object (File)
Dec 28 2024, 1:43 AM
Unknown Object (File)
Nov 12 2024, 1:57 PM
Unknown Object (File)
Nov 12 2024, 1:03 PM
Unknown Object (File)
Nov 10 2024, 5:59 AM
Unknown Object (File)
Oct 21 2024, 5:11 PM
Subscribers

Details

Summary

These exit handlers might not be used if the corresponding VM
capabilities are not set, but there is no harm in putting them into the
handler table regardless. Doing so simplifies initialization code,
makes it easier to split handlers into a separate file, and lets us
declare the handler table as const.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable