rcore-os / virtio-drivers

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

Add typed getters for input device config space #144

Closed qwandor closed 4 months ago

qwandor commented 4 months ago

Rather than just adding bytes to a buffer, these return the appropriate type for the selector.

The size of the data available for a particular selector is given by the device, so only read that much data rather than the full 128 bytes every time.