acrn-hypervisor/misc/config_tools
Calvin Zhang 12b81d83ca misc: configurator: validate user settings before writing down
After clicking save button, validate settings before writing down
scenario.xml, otherwise broken scenario.xml will be generated.

Tracked-On: #7470
Signed-off-by: Calvin Zhang <calvinzhang.cool@gmail.com>
2022-05-19 16:50:15 +08:00
..
acpi_gen config_tools: track whether each vCPU is used for real-time or not 2022-04-21 10:08:53 +08:00
acpi_template/template config_tools: generate vDSDT according to allocated resources 2021-08-09 09:05:01 +08:00
board_config misc: refine CLOS module for expansibility 2022-05-11 17:00:51 +08:00
board_inspector board-inspector: Fix sys.path for all internal modules 2022-05-10 09:20:14 +08:00
configurator misc: configurator: validate user settings before writing down 2022-05-19 16:50:15 +08:00
data config-tools: Update board.xml file based on board inspector modification 2022-05-07 09:45:51 +08:00
hv_config config tool: update schema 2022-04-18 19:29:51 +08:00
launch_config config tool: fix d3hot_reset unbind tap create issue 2022-05-13 09:36:58 +08:00
library Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
scenario_config config_tools: check XML file structures on load 2022-05-19 09:31:46 +08:00
schema config_tools: add LAPIC passthrough to Service VM 2022-05-19 10:47:08 +08:00
service_vm_config misc: add vUART channel for s5 feature 2022-05-13 13:50:07 +08:00
static_allocators misc: add vUART channel for s5 feature 2022-05-13 13:50:07 +08:00
xforms misc: define the MAX_VUART_NUM_PER_VM by offline tool 2022-05-13 13:50:07 +08:00
build.cmd config_tools: update project nodejs dependencies when windows build script run 2022-05-11 10:16:38 +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
pyproject.toml config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
README.md config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
requirements.txt config_tools: drop version constraints on elementpath and xmlschema 2022-05-09 17:46:59 +08:00
setup.cfg config_tools: change JSON Schema source file 2022-05-13 11:13:42 +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.