VirtIO guest drivers in Rust. For no_std environment. fork from rcore-os

Andrew Walbran 005dd18e11 Have drivers own transport rather than taking a reference to it. 2 年之前
.github 4ee80e50ba Add tests for VirtQueue (#12) 2 年之前
examples 005dd18e11 Have drivers own transport rather than taking a reference to it. 2 年之前
src 005dd18e11 Have drivers own transport rather than taking a reference to it. 2 年之前
.gitignore 3c9b8265a9 init: move virtio-blk from rCore 5 年之前
Cargo.toml 2aaf7d60c5 Support virtio-input config select and subsel 3 年之前
LICENSE 6c88bcf3ed add simple README and LICENSE 5 年之前
README.md 1d8bb3fcff Add VirtIOInput::pop_pending_event(), don't pass event_buf in. 3 年之前

README.md

VirtIO-drivers-rs

CI

VirtIO guest drivers in Rust. For no_std environment.

Components

Device Status
Queue
Block
Net
GPU
Input
Console
... ❌ Not implemented

Examples & Tests