Move some of its logic into fbsdrun_deletecpu(). This makes it easier
to split vmexit handlers into a separate file, which in turn makes
landing arm64 support easier. Also increase the scope of the mutex and
use it to synchronize updates to the vcpu mask. No functional change
intended.
Details
Details
- Reviewers
corvink jhb - Group Reviewers
bhyve - Commits
- rGeb9fac0edbc7: bhyve: Refactor vmexit_suspend() a bit
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable