mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
hypervisor: Define Vgic trait
Defined `Vgic` trait as the hypervisor agnostic interface for a virtual GIC. Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
3
hypervisor/src/arch/aarch64/mod.rs
Normal file
3
hypervisor/src/arch/aarch64/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
// Copyright 2022 Arm Limited (or its affiliates). All rights reserved.
|
||||
|
||||
pub mod gic;
|
||||
Reference in New Issue
Block a user