acrn-hypervisor/misc/config_tools
Chenli Wei 5c5749c1ff misc: add assertion to check the BDF value
The BDF of user setting should skip the slot '00', '01', '02', '1f', all
these slots should select one of the 03~1e.

This patch add an assertion to check the above policy.

Tracked-On: #6690
Signed-off-by: Chenli Wei <chenli.wei@intel.com>
2022-09-14 17:55:44 +08:00
..
acpi_gen config_tools: acpi_gen: generate vRTCT instead of copying a physical one 2022-08-05 07:36:40 +08:00
acpi_template/template Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
board_config misc: add config for P2SB 2022-08-31 10:14:13 +08:00
board_inspector config_tools: fix a typo in cache info extractor 2022-09-01 14:55:10 +08:00
configurator config_tools: enable RDT and CDP after launch scenario 2022-08-30 20:36:41 +08:00
data config-tools: change 'DISABLED' settings to 'ENABLED' in config xml 2022-08-17 09:23:33 +08:00
hv_config Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
launch_config config_tool: modify the launchscript template 2022-08-30 10:53:28 +08:00
library misc: refine the vCPU sort for cpu_affinity and CAT 2022-08-30 17:00:48 +08:00
scenario_config misc: refine upgrade script 2022-09-08 17:51:42 +08:00
schema misc: add assertion to check the BDF value 2022-09-14 17:55:44 +08:00
service_vm_config Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
static_allocators misc: refine the vCPU sort for cpu_affinity and CAT 2022-08-30 17:00:48 +08:00
xforms misc: add config for P2SB 2022-08-31 10:14:13 +08:00
LICENSE config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
MANIFEST.in config_tools: change JSON Schema source file 2022-05-13 11:13:42 +08:00
README.md config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
build.cmd config_tools: fix Windows config_tools package build script 2022-05-22 20:10:24 +08:00
pyproject.toml config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
requirements.txt config-tools: modified requirements.txt and update GSG 2022-08-26 13:12:14 +08:00
setup.cfg config_tools: change JSON Schema source file 2022-05-13 11:13:42 +08:00

README.md

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.