Expand description
PCI transport for VirtIO.
Modules§
- bus
- Module for dealing with a PCI bus in general, without anything specific to VirtIO.
Structs§
- PciTransport
- PCI transport for VirtIO.
Enums§
- Virtio
PciError - An error encountered initialising a VirtIO PCI transport.
Functions§
- virtio_
device_ type - Returns the type of VirtIO device to which the given PCI vendor and device ID corresponds, or
None
if it is not a recognised VirtIO device.