-
Notifications
You must be signed in to change notification settings - Fork 9
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
System registers #86
Comments
Description Expected Behavior Actual Behavior Fix: d444a72 |
Description Expected Behavior Actual Behavior Fix: 1997ce4 |
Description Expected Behavior Actual Behavior Fix: eb8e627 |
Description Expected Behavior Actual Behavior Fix: 5a4590c |
There are many bugs related to system registers. I will mention all of them here
Description
Daif is not kept in PSTATE anymore inside qemu. Sync should not rely on PSTATE and it should get the value separately.
Expected Behavior
After sync, we should get the correct DAIF values from qemu.
Actual Behavior
it always reads 0.
Fix: 04f70b6
Fix also requires API change: parsa-epfl/libqflex@b583c7b
The text was updated successfully, but these errors were encountered: