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

TKey on qemu 9.* #24

Closed
wants to merge 33 commits into from
Closed

TKey on qemu 9.* #24

wants to merge 33 commits into from

Conversation

mchack-work
Copy link
Member

Description

  • Merged in upstream master.
  • Updated to new CPU registering method.

TODO:

  • HTIF console.

Fixes #13

Submission checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my changes
  • I have tested and verified my changes on target
  • My changes are well written and CI is passing
  • I have squashed my work to relevant commits and rebased on main for linear history
  • I have added a "Co-authored-by: x" if several people contributed, either pair programming or by squashing commits from different authors.
  • I have updated the documentation where relevant (readme, dev.tillitis.se etc.)
  • QEMU is updated to reflect changes. Hah!

Björn Töpel and others added 30 commits September 19, 2022 08:42
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]>
This reverts commit bb43865.

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.
Copy link

github-actions bot commented Aug 2, 2024

Thank you for your interest in the QEMU project.

This repository is a read-only mirror of the project's repostories hosted
on https://gitlab.com/qemu-project/qemu.git.
The project does not process merge requests filed on GitHub.

QEMU welcomes contributions of code (either fixing bugs or adding new
functionality). However, we get a lot of patches, and so we have some
guidelines about contributing on the project website:
https://www.qemu.org/contribute/

@github-actions github-actions bot closed this Aug 2, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rebase against upstream qemu?
3 participants