Module mmio

Module mmio 

Source
Expand description

MMIO transport for VirtIO devices

Structs§

IrqTrigger
Helper struct that is responsible for triggering guest IRQs
MmioTransport
Implements the MMIO transport for virtio devices.

Enums§

IrqType
The 2 types of interrupt sources in MMIO transport.

Constants§

VIRTIO_MMIO_INT_CONFIG
VIRTIO_MMIO_INT_VRING
Interrupt flags (re: interrupt status & acknowledge registers). See linux/virtio_mmio.h.