Page MenuHomeFreeBSD

bhyve: Refactor vmexit_suspend() a bit
ClosedPublic

Authored by markj on Jun 15 2023, 10:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 15, 1:00 AM
Unknown Object (File)
Wed, May 15, 1:00 AM
Unknown Object (File)
Sun, May 12, 6:57 AM
Unknown Object (File)
Sun, May 12, 6:52 AM
Unknown Object (File)
Apr 27 2024, 12:33 PM
Unknown Object (File)
Apr 27 2024, 12:33 PM
Unknown Object (File)
Apr 27 2024, 12:33 PM
Unknown Object (File)
Apr 27 2024, 10:58 AM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jun 16 2023, 5:23 AM
This revision was automatically updated to reflect the committed changes.