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, Jun 17, 6:23 AM
Unknown Object (File)
Sat, Jun 15, 8:28 PM
Unknown Object (File)
Sat, Jun 8, 10:05 AM
Unknown Object (File)
Fri, Jun 7, 5:49 AM
Unknown Object (File)
Fri, Jun 7, 5:49 AM
Unknown Object (File)
Thu, Jun 6, 1:15 AM
Unknown Object (File)
May 1 2024, 5:59 PM
Unknown Object (File)
Apr 27 2024, 12:33 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