Module abyss::dev::pci::virtio::block

source ·
Expand description

VirtIO Block device driver.

The virtio block device is a simple virtual block device (ie. disk). Read and write requests (and other exotic requests) are placed in the queue, and serviced (probably out of order) by the device except where noted.

Structs

Device configuration layout