commit | abff95d7a13459c477c91d001555d255711a723f | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Wed Nov 23 17:56:23 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Nov 23 17:56:23 2022 +0000 |
tree | 64fafc1f04622e344075aeba1ed9d2e0f5f91a9d | |
parent | 8e77585681f470b048cf18b4994f33ec55943dd6 [diff] | |
parent | fa8d2b59e57993a2c8280e60ad17899dc8c3d533 [diff] |
Fix no_std build. am: fa8d2b59e5 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/virtio-drivers/+/2311751 Change-Id: Iaa11be912e2c95e57cd56baaa0785a4351949abd Signed-off-by: Automerger Merge Worker <[email protected]>
VirtIO guest drivers in Rust. For no_std environment.
Device | Supported |
---|---|
Block | ✅ |
Net | ✅ |
GPU | ✅ |
Input | ✅ |
Console | ✅ |
... | ❌ |
Transport | Supported | |
---|---|---|
Legacy MMIO | ✅ | version 1 |
MMIO | ✅ | version 2 |
PCI | ✅ | Memory-mapped CAM only, e.g. aarch64 or PCIe ECAM |
Feature flag | Supported | |
---|---|---|
VIRTIO_F_INDIRECT_DESC | ❌ | Indirect descriptors |
VIRTIO_F_EVENT_IDX | ❌ | avail_event and used_event fields |
VIRTIO_F_VERSION_1 | TODO | VirtIO version 1 compliance |
VIRTIO_F_ACCESS_PLATFORM | ❌ | Limited device access to memory |
VIRTIO_F_RING_PACKED | ❌ | Packed virtqueue layout |
VIRTIO_F_IN_ORDER | ❌ | Optimisations for in-order buffer usage |
VIRTIO_F_ORDER_PLATFORM | ❌ | Platform ordering for memory access |
VIRTIO_F_SR_IOV | ❌ | Single root I/O virtualization |
VIRTIO_F_NOTIFICATION_DATA | ❌ | Extra data in device notifications |