Files
acrn-hypervisor/misc/config_tools
Wei6 Zhang 763c6684e3 misc: Remove AVAILABLE_IRQ_INFO values from RISC-V board XML
Clear AVAILABLE_IRQ_INFO content in qemu-riscv.xml as the x86 ISA IRQ
values (3, 4, 5, 6, 7, 8, 9, 11) are not applicable to RISC-V architecture.

Note: This leaves AVAILABLE_IRQ_INFO empty as a placeholder. A proper
RISC-V implementation should populate this field and fill the device
tree for VM.

Tracked-On: #8814
Reviewed-by: Fei Li <fei1.li@intel.com>
Signed-off-by: Wei6 Zhang <wei6.zhang@intel.com>
2025-10-09 16:15:09 +08:00
..
2025-08-20 10:20:20 +08:00
2025-08-20 10:20:20 +08:00

Supporting libraries of ACRN configuration toolset

This package contains the libraries supporting ACRN configuration toolset, including:

  • The manipulators and validators of scenario schemas or XMLs
  • The generator of guest ACPI tables

The main objective of this package is to ease the import of the supporting libraries in the ACRN configurator which uses a Python interpreter built in WebAssembly (WASM). This package is thus NOT intended to be used by users; invoke the Python scripts directly if needed.