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)
Thu, Jul 25, 12:29 AM
Unknown Object (File)
Fri, Jul 19, 7:23 AM
Unknown Object (File)
Mon, Jul 8, 3:51 AM
Unknown Object (File)
Jun 23 2024, 4:57 PM
Unknown Object (File)
Jun 19 2024, 7:34 PM
Unknown Object (File)
Jun 17 2024, 6:23 AM
Unknown Object (File)
Jun 15 2024, 8:28 PM
Unknown Object (File)
Jun 8 2024, 10:05 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