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.
Details
Details
- Reviewers
corvink jhb - Group Reviewers
bhyve - Commits
- rG15c1f0cc2c1f: bhyve: Register hlt and pause vmexit handlers unconditionally
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable