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

SMC Capability #24

Merged
merged 1 commit into from
Sep 5, 2023
Merged

SMC Capability #24

merged 1 commit into from
Sep 5, 2023

Commits on Aug 31, 2023

  1. smc_cap: Allow a custom smc handler

    This required a new callback to be added to the vm_arch struct for
    ARM. The old handle_smc function gets registered as the smc handler by
    default. The callback allows a user to register a custom smc handler
    instead.
    
    This is especially useful to allow SMC forwarding in the user's custom
    handler.
    
    Signed-off-by: Robbie VanVossen <[email protected]>
    Alex Pavey authored and Furao committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    92c64f0 View commit details
    Browse the repository at this point in the history