Module ioapic

Source
Expand description

IO-APIC emulator.

Currently this supports IO-APIC version 0x11, from the PIIX4 era. This version does not support an EOI register (unlike version 0x20 and newer).

Structs§

IoApicDevice

Constants§

IOAPIC_DEVICE_MMIO_REGION_BASE_ADDRESS

Traits§

IoApicRouting
Trait allowing the IO-APIC device to assert VM interrupts.