Actions
Bug #14675
openbhyve could skip cpuset_t
Status:
New
Priority:
Normal
Assignee:
-
Category:
bhyve
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Since it was ported over, bhyve has been using cpuset_t internally in the kernel vmm portion for tracking state bits across vCPUs in an instance. We could switch this to a simple internal bitmask, rather than using a type which depends on the MACHDEP-only NCPU
. Doing so would clean up some of the compatibility header sprawl as well.
Actions