rcore-os / virtio-drivers

VirtIO guest drivers in Rust.
MIT License
209 stars 63 forks source link

Support indirect descriptors in all drivers. #140

Closed qwandor closed 4 months ago

qwandor commented 4 months ago

They were originally only added for block devices, but there's no reason to limit them to that.