mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-10 17:13:32 +00:00
The current code use cpu_id in scenario xml and use apic_id of the pCPU in the launched script, this confuses the user, especially the same name "cpu_affinity" is used for these script. So this patch add some comment to launched script to explain the relationship between cpu_id and apic_id. Tracked-On: #6690 Signed-off-by: Chenli Wei <chenli.wei@linux.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.