bao-project / bao-hypervisor

Bao, a Lightweight Static Partitioning Hypervisor
Apache License 2.0
379 stars 128 forks source link

PSCI: fix some PSCI issues and decouple CPU standby from CPU power down #186

Closed joaopeixoto13 closed 3 weeks ago

joaopeixoto13 commented 1 month ago

This PR is divided into three parts:

josecm commented 1 month ago

@Diogo21Costa could you check this is inline with your previous work in distinguishing idle cpu states?

Diogo21Costa commented 4 weeks ago

@Diogo21Costa could you check this is inline with your previous work in distinguishing idle cpu states?

@josecm aside from a few minor comments, this looks good to me and is consistent with the previous work!

josecm commented 3 weeks ago

@joaopeixoto13 please rebase this on main and adapt the RISC-V suspend calls

joaopeixoto13 commented 3 weeks ago

@joaopeixoto13 please rebase this on main and adapt the RISC-V suspend calls

Done