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

Add pre/post cpu_run hooks + Refactoring #82

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

rmalmain
Copy link
Collaborator

@rmalmain rmalmain commented Aug 9, 2024

  • Add cpu_run pre/post exec hooks, to hook the cpu just before / after it runs target code.
  • Refactor hooks to separate them in different files
  • Remove most extern variables
  • Reduce the amount of extra code in QEMU
  • Add clang-format script

* Add cpu_run pre/post exec hooks, to hook the cpu just before / after it runs target code.
* Refactor hooks to separate them in different files
* Remove most extern variables
* Reduce the amount of extra code in QEMU
* Add clang-format script
@andreafioraldi
Copy link
Member

andreafioraldi commented Aug 9, 2024 via email

@rmalmain rmalmain merged commit 86d38fb into main Aug 13, 2024
1 check passed
@rmalmain rmalmain deleted the hook_refactoring branch August 13, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants