feat: Add unit tests, modernize Rust syntax, and add licensing#21
Merged
aarkegz merged 5 commits intoarceos-hypervisor:masterfrom Jul 26, 2025
YanLien:master
Merged
feat: Add unit tests, modernize Rust syntax, and add licensing#21aarkegz merged 5 commits intoarceos-hypervisor:masterfrom YanLien:master
aarkegz merged 5 commits intoarceos-hypervisor:masterfrom
YanLien:master
Conversation
Contributor
YanLien
commented
Jul 20, 2025
- Add comprehensive unit test suite for VMX virtualization
- Update deprecated Rust syntax for nightly toolchain compatibility
- Add multi-license support (GPL-3.0, Apache-2.0, Mulan licenses)
- Add comprehensive unit test suite for VMX virtualization - Update deprecated Rust syntax for nightly toolchain compatibility - Add multi-license support (GPL-3.0, Apache-2.0, Mulan licenses)
aarkegz
requested changes
Jul 21, 2025
- ci: remove redundant documentation check from main CI job - deps: add spin dependency and rename 'amd' feature to 'svm' - docs: fix typos and update feature descriptions in README - test: extract mock implementations to reusable test_utils module - refactor: clean up commented code and standardize paste macro usage - test: consolidate duplicate mock HAL implementations across test files This refactor improves code organization, reduces duplication in tests, and aligns feature naming with standard virtualization terminology.
aarkegz
approved these changes
Jul 24, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.