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

Clarify that Sstvala applies to virtual-instruction exceptions, too #174

Merged
merged 1 commit into from
Jun 23, 2024

Commits on Jun 21, 2024

  1. Clarify that Sstvala applies to virtual-instruction exceptions, too

    Both illegal-instruction and virtual-instruction exceptions must populate
    stval with the faulting instruction.
    
    This is not a change; the behavior was already mandated by the following
    clause in the hypervisor spec: https://github.com/riscv/riscv-isa-manual/blob/65c6b5d3e69cdc2bd2658f9639fd10553c4b34e0/src/hypervisor.adoc#L2040-L2041
    
    We are replicating that information here for added clarity.
    aswaterman committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b9a77c8 View commit details
    Browse the repository at this point in the history