vmm: Enable RISC-V ACPI support

Add necessary definitions and RISC-V ACPI tables to enable ACPI feature.
More specifically, this commit add MADT definitions for RISC-V AIA
interrupt chips.

Signed-off-by: Can Zhang <icloud9957@gmail.com>
This commit is contained in:
Can Zhang
2025-09-04 17:57:17 +00:00
committed by Rob Bradford
parent 4dcd689cd9
commit d10f6dd357
6 changed files with 111 additions and 12 deletions
-1
View File
@@ -67,7 +67,6 @@ use crate::vm_config::{
VmConfig, VsockConfig,
};
#[cfg(not(target_arch = "riscv64"))]
mod acpi;
pub mod api;
mod clone3;