-
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
Adds the decoding of the "locked" field of msr #5
Conversation
Hi @girardm, thanks for the PR! The CI checks failed because the new top-level function was not implemented for the other raplcap backends. The primary reason I never implemented getting/setting the locked field in the top-level So as it is right now, I can't merge this PR. If you're willing to re-work the PR a bit, you can add the functionality to the |
Hi Imes, |
It looks like you're correct, that does appear to be a bug. Thank you for catching it. Since you found the issue, I'm happy to give you the opportunity to fix it so you can get credit for it in the git log -- please open a separate pull request that just fixes that issue and I'll merge it ASAP. Otherwise I will fix the issue myself soon. |
The build still fails because reading the "locked" status is not implemented for the |
He @girardm - I have applied some portions of this PR, with modifications, and kept you as a co-author of the commits (3e9b225 and ba34d1f). Both I have hidden this additional output of Please let me know how it goes, and feel free to submit other PRs in the future. Cheers. |
Adds the decoding of the "locked" field of the msr register, helping the user to understand why these settings are not taken into account.