cloud-hypervisor/devices
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
..
src vmm: Refactor AArch64 GIC initialization process 2022-11-23 11:49:57 +01:00
Cargo.toml devices: Add tpm device 2022-11-15 16:42:21 +00:00