cloud-hypervisor/devices
Michael Zhao b32d3025f3 devices: Refactor IOAPIC to cover other architectures
IOAPIC, a X86 specific interrupt controller, is referenced by device
manager and CPU manager. To work with more architectures, a common
type for all architectures is needed.
This commit introduces trait InterruptController to provide architecture
agnostic functions. Device manager and CPU manager can use it without
caring what the underlying device is.

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
2020-05-26 11:09:19 +02:00
..
src devices: Refactor IOAPIC to cover other architectures 2020-05-26 11:09:19 +02:00
Cargo.toml build(deps): bump libc from 0.2.69 to 0.2.70 2020-05-12 20:26:43 +02:00