Files
acrn-hypervisor/misc/config_tools
Xue Bosheng 23b9cacbd2 misc: Add scenario file and change board file for QEMU virt platform
key scenario configuration for qemu-riscv board:
SCHEDULER:SCHED_NOOP
RELOC_ENABLED:n
HV_RAM_START:0x81000000
ACRNTRACE_ENABLED:n
make changes for riscv qemu board file.
change board name to be qemu-riscv to align with folder name, add memory
range to pass xmlschema check.

Tracked-On: #8814
Reviewed-by: Fei Li <fei1.li@intel.com>
Signed-off-by: Xue Bosheng <bosheng.xue@intel.com>
2025-10-10 19:44:42 +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.