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)
Wed, May 1, 5:59 PM
Unknown Object (File)
Sat, Apr 27, 12:33 PM
Unknown Object (File)
Sat, Apr 27, 12:33 PM
Unknown Object (File)
Sat, Apr 27, 12:33 PM
Unknown Object (File)
Sat, Apr 27, 10:58 AM
Unknown Object (File)
Mar 22 2024, 2:44 AM
Unknown Object (File)
Dec 23 2023, 8:11 AM
Unknown Object (File)
Dec 11 2023, 3:07 AM
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