Add willamhou/hypervisor to April 2026 Other Projects#279
Open
willamhou wants to merge 1 commit intorust-osdev:nextfrom
Open
Add willamhou/hypervisor to April 2026 Other Projects#279willamhou wants to merge 1 commit intorust-osdev:nextfrom
willamhou wants to merge 1 commit intorust-osdev:nextfrom
Conversation
ARM64 Type-1 bare-metal hypervisor in no_std Rust: S-EL2 SPMC, FF-A v1.1, pKVM integration, multi-VM, SMP, 34 test suites.
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.
Summary
Adds willamhou/hypervisor to the "Other Projects" section of the April 2026 newsletter.
Project: ARM64 Type-1 bare-metal hypervisor in
no_stdRust. Runs at EL2 (S-EL2 as SPMC in TF-A boot chain), manages guest VMs at EL1, boots Linux 6.12.12 on QEMU virt with 4 vCPUs, virtio-blk, virtio-net. Integrates with Android pKVM (NS-EL2) and implements FF-A v1.1 including SP-to-SP messaging/memory sharing. 34 test suites / ~457 assertions.This is the first submission for this project.