cloud-hypervisor/devices
Michael Zhao afc83582be aarch64: Enable IRQ routing for legacy devices
On AArch64, interrupt controller (GIC) is emulated by KVM. VMM need to
set IRQ routing for devices, including legacy ones.

Before this commit, IRQ routing was only set for MSI. Legacy routing
entries of type KVM_IRQ_ROUTING_IRQCHIP were missing. That is way legacy
devices (like serial device ttyS0) does not work.

The setting of X86 IRQ routing entries are not impacted.

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
2021-03-15 20:59:50 +08:00
..
src aarch64: Enable IRQ routing for legacy devices 2021-03-15 20:59:50 +08:00
Cargo.toml build(deps): bump byteorder from 1.4.2 to 1.4.3 2021-03-10 13:14:58 +00:00