cloud-hypervisor/devices/src
Michael Zhao 7d16c74020 vmm: Refactor AArch64 GIC initialization process
In the new process, `device::Gic::new()` covers additional actions:
1. Creating `hypervisor::vGic`
2. Initializing interrupt routings

The change makes the vGic device ready in the beginning of
`DeviceManager::create_devices()`. This can unblock the GIC related
devices initialization in the `DeviceManager`.

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
2022-11-23 11:49:57 +01:00
..
legacy
acpi.rs
gic.rs vmm: Refactor AArch64 GIC initialization process 2022-11-23 11:49:57 +01:00
interrupt_controller.rs vmm: Refactor AArch64 GIC initialization process 2022-11-23 11:49:57 +01:00
ioapic.rs
lib.rs
tpm.rs