cloud-hypervisor/devices/src
Michael Zhao 957d3a7443 aarch64: Simplify GIC related structs definition
Combined the `GicDevice` struct in `arch` crate and the `Gic` struct in
`devices` crate.

After moving the KVM specific code for GIC in `arch`, a very thin wapper
layer `GicDevice` was left in `arch` crate. It is easy to combine it
with the `Gic` in `devices` crate.

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
2022-06-06 10:17:26 +08:00
..
legacy devices: debug_port: Move 0x80 output to warn!() level 2022-05-23 11:14:53 +01:00
acpi.rs arch, devices, vmm: Remove "acpi" feature gate 2022-03-28 09:18:29 -07:00
gic.rs aarch64: Simplify GIC related structs definition 2022-06-06 10:17:26 +08:00
interrupt_controller.rs aarch64: Simplify GIC related structs definition 2022-06-06 10:17:26 +08:00
ioapic.rs vm-device, pci, devices: Remove InterruptSourceGroup::{un}mask 2022-04-11 22:56:48 +01:00
lib.rs arch, devices, vmm: Remove "acpi" feature gate 2022-03-28 09:18:29 -07:00