-
Notifications
You must be signed in to change notification settings - Fork 47
milestone hvisor v0.1.0 #106
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove CLI, Virtio daemon and kernel module
* add riscv kernel&rootfs * riscv boot root linux * add cpu parking page (riscv) * test hypercall HvZoneStart
* change each vm's ram to 1G * test notify before * support riscv hvisor-tool
leave all inteface functions as todo!()
merge local hvisor loongarch port to syswonder/hvisor dev-loongarch branch
fix: change data type to prevent potential hvisor-daemon startup failure
Modify hvisor(riscv64) to adapt hvisor-tool config
|
need a changelog.md or CHANGES file in the root directory, specifying each the features of each version. |
…ors and modify riscv64 support entry author
Contributor
|
Please wait pr #78 merged to dev. |
* Add AIA and Solve the problem of TAB completion * add aia=aplic-imsic * add aia * Standardize riscv-aia FEATURES * Standardize the annotation.
Update author information in various files to reflect new email address Update runner path in cargo config and change default features to gicv3 Update CI workflow to disable fail-fast and comment out riscv64 support for future implementation Update CI workflow to use rustc_target for target specification Update CI workflow to include rustc_target for aarch64 and riscv64 architectures Update CI workflow to improve test matrix structure and naming Refactor code for consistency and readability by adjusting formatting and removing unnecessary whitespace
Add changelog, updated Github CI and formatted exisiting code with cargo fmt
KouweiLee
approved these changes
Feb 28, 2025
Contributor
KouweiLee
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Close #105
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
aarch64
documentation
Improvements or additions to documentation
feature
New feature or request
loongarch64
riscv64
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#105