Support PSCI CPU_OFF by suspending the CPU and removing it from the
running CPU set.
Sponsored by: Arm Ltd
Differential D51768
bhyve/arm64: Implement PSCI_FNID_CPU_OFF andrew on Wed, Aug 6, 4:21 PM. Authored by
Details
Support PSCI CPU_OFF by suspending the CPU and removing it from the Sponsored by: Arm Ltd
Diff Detail
Event TimelineComment Actions This doesn't actually wait for the target vcpu thread to bounce back to userspace, do we need to synchronize? Is it expected that the target vcpu is usually the current vcpu? Comment Actions I'm not sure there is anything to assert on. CPU_OFF is defined to "Power down the calling core" & doesn't take any arguments. |