Back to Tock

README

chips/virtio/README.md

latest501 B
Original Source

VIRTIO Devices

This crate contains drivers for interacting with virtio devices. The formal specification defines a "Virtio Over MMIO" that we implement here. Other Virtio transports, which may require platform-specific dependencies, are broken out into separate virtio-xxx crates.

This psuedo-chip can be included on platforms that use virtio to emulate I/O devices.