hypervisor: Refactor save_pending_tables of Vgic

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
Michael Zhao
2022-05-31 16:43:46 +08:00
committed by Xin Wang
parent 3fe7d61a02
commit b8dbb26647
7 changed files with 105 additions and 1230 deletions

View File

@@ -53,4 +53,7 @@ pub trait Vgic: Send + Sync {
/// Restore the state of GICv3ITS.
fn set_state(&mut self, state: &GicState) -> Result<()>;
/// Saves GIC internal data tables into RAM.
fn save_data_tables(&self) -> Result<()>;
}