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, Sep 16, 2:54 AM
Unknown Object (File)
Mon, Sep 9, 3:34 AM
Unknown Object (File)
Sun, Sep 8, 2:22 PM
Unknown Object (File)
Sat, Sep 7, 6:51 PM
Unknown Object (File)
Wed, Aug 28, 1:48 AM
Unknown Object (File)
Wed, Aug 28, 1:40 AM
Unknown Object (File)
Wed, Aug 28, 1:40 AM
Unknown Object (File)
Aug 13 2024, 3:16 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