-
Notifications
You must be signed in to change notification settings - Fork 3
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
TKey on qemu 9.* #24
TKey on qemu 9.* #24
Conversation
bpf_program__set_<TYPE> functions have been deprecated since libbpf 0.8. Replace with the equivalent bpf_program__set_type call to avoid a deprecation warning. Signed-off-by: Haochen Tong <[email protected]> Reviewed-by: Zhang Chen <[email protected]> Signed-off-by: Jason Wang <[email protected]>
return instead of break - we don't want to log bad.
Signed-off-by: Daniel Lublin <[email protected]>
Signed-off-by: Daniel Lublin <[email protected]>
Signed-off-by: Daniel Lublin <[email protected]>
This reverts commit bb43865. Signed-off-by: Daniel Lublin <[email protected]>
Signed-off-by: Daniel Lublin <[email protected]>
Signed-off-by: Daniel Lublin <[email protected]>
Update memory map from hardware repo https://github.com/tillitis/tillitis-key1 The changes are mostly that upstreams: - use #define instead of enum because strict ISO C doesn't allow some values. - use direct addresses instead of computing them.
Needs an include file now.
Thank you for your interest in the QEMU project. This repository is a read-only mirror of the project's repostories hosted QEMU welcomes contributions of code (either fixing bugs or adding new |
Description
TODO:
Fixes #13
Submission checklist