mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-18 17:22:50 +00:00
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>
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.