mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-06-04 19:56:48 -05:00
[PR #510] [MERGED] Add willamhou/hypervisor (no_std ARM64 bare-metal hypervisor) #7690
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/510
Author: @willamhou
Created: 4/15/2026
Status: ✅ Merged
Merged: 4/15/2026
Merged by: @BartMassey
Base:
master← Head:add-hypervisor📝 Commits (2)
9e79244Add willamhou/hypervisor (no_std ARM64 bare-metal hypervisor)93ce499Add robot emoji and clarify QEMU-only per review feedback📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Summary
Adds willamhou/hypervisor to the Firmware projects section.
What it is: A bare-metal ARM64 Type-1 hypervisor written in
no_stdRust with a single runtime dependency (fdtcrate). Runs at EL2 on QEMU virt machine, boots Linux 6.12.12 to BusyBox shell with 4 vCPUs, virtio-blk storage, and virtio-net networking.Key features:
no_std, no heap allocator crate — custom bump allocator, zero external runtime dependencies beyondfdtmake runboots and runs all tests)Why it fits: There are currently no ARM64 hypervisors listed in awesome-embedded-rust. This project demonstrates
no_stdRust for systems programming at the highest privilege level (EL2/S-EL2), complementing the existing firmware projects which target microcontrollers.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.