Module transport

Module transport 

Source
Expand description

VirtIO transports.

Modules§

mmio
MMIO transport for VirtIO.
pci
PCI transport for VirtIO.
x86_64
x86-64 specific transports.

Structs§

DeviceStatus
The device status field. Writing 0 into this field resets the device.
InterruptStatus
The set of interrupts which were pending

Enums§

DeviceType
Types of virtio devices.
DeviceTypeError
Errors converting a number to a virtio device type.
SomeTransport
A wrapper for an arbitrary VirtIO transport, either MMIO or PCI.

Traits§

Transport
A VirtIO transport layer.