Files
cloud-hypervisor/hypervisor/src/arch/aarch64/mod.rs
Michael Zhao 03b01c02cd 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>
2022-06-06 10:17:26 +08:00

4 lines
86 B
Rust

// Copyright 2022 Arm Limited (or its affiliates). All rights reserved.
pub mod gic;