Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guest reboot support #157

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Guest reboot support #157

wants to merge 6 commits into from

Commits on Jul 9, 2024

  1. feat: finish interrupts on cpu idle

    This allows a cpu to enter idle state after hanlding an interrupt, while
    leaving the interrupt in the correct state. If this was not carried out,
    the cpu might not wake up on another interrupt because it is still
    handling the current interrupt or the same interrupt might not be
    triggered again.
    
    Signed-off-by: Jose Martins <[email protected]>
    josecm committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5982a8d View commit details
    Browse the repository at this point in the history
  2. feat(arm/vgic): add vgic reset functions

    Signed-off-by: Jose Martins <[email protected]>
    josecm committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    38371db View commit details
    Browse the repository at this point in the history
  3. feat(riscv): add vplic/vaplic reset functions

    Signed-off-by: Jose Martins <[email protected]>
    josecm committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d7c6e50 View commit details
    Browse the repository at this point in the history
  4. feat: add vm reset

    Signed-off-by: Jose Martins <[email protected]>
    josecm committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e59e294 View commit details
    Browse the repository at this point in the history
  5. feat(arm/psci): add psci_reset support

    Signed-off-by: Jose Martins <[email protected]>
    josecm committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    94871af View commit details
    Browse the repository at this point in the history
  6. feat(riscv/sbi): add sbi_rst support

    Signed-off-by: Jose Martins <[email protected]>
    josecm committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6a216f4 View commit details
    Browse the repository at this point in the history