Module pci

Module pci 

Source
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§

VirtioPciError
An error encountered initialising a VirtIO PCI transport.

Constants§

VIRTIO_PCI_CAP_COMMON_CFG
Common configuration.
VIRTIO_PCI_CAP_DEVICE_CFG
Device specific configuration.
VIRTIO_PCI_CAP_ISR_CFG
ISR Status.
VIRTIO_PCI_CAP_NOTIFY_CFG
Notifications.
VIRTIO_VENDOR_ID
The PCI vendor ID for VirtIO devices.

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.