-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Verification: check exception virtualizaiton
Currently, we only verify formally the correct virtualization of interrupts, this commit adds the verification of exception virtualization. In Miralis the virtualization of exception relies on values in `ctx.trap_info`, which is filled in the Miralis trap handler. In order to supply the trap information we emulate an exception in Sail and initialize the `ctx.trap_info` with the resulting values. We then compare the emulation of the exception in Miralis with another Sail emulation. Co-authored-by: Charly Castes <charly.castes@epfl.ch>
- Loading branch information
1 parent
a26b32d
commit bc659df
Showing
2 changed files
with
88 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters