acrn-hypervisor/misc/config_tools
jackwhich 845970b376 config-tools: update nuc11/whl/generic_board board files
Because Board Inspector modifies the SR-IOV function,
VF information is correctly captured when Board Inspector
collects Board information. So update the board xmls

Tracked-On: #7031
Signed-off-by: zhongzhenx.liu <zhongzhenx.liu@intel.com>
2022-04-20 10:55:00 +08:00
..
acpi_gen config tool:add support for bootargs missing 2022-04-19 13:20:08 +08:00
acpi_template/template config_tools: generate vDSDT according to allocated resources 2021-08-09 09:05:01 +08:00
board_config Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
board_inspector board_inspector: extract PF and VF info 2022-04-18 14:58:58 +08:00
config_app config_tools: make acrn_configurator.py an executable script 2022-01-26 14:20:43 +08:00
configurator configurator: fix can't load scenario without pci_devs issue 2022-04-06 11:17:18 +08:00
data config-tools: update nuc11/whl/generic_board board files 2022-04-20 10:55:00 +08:00
hv_config config tool: update schema 2022-04-18 19:29:51 +08:00
launch_config config_tools: refine virtio in launch script 2022-04-15 14:20:11 +08:00
library Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
scenario_config config tool: update schema 2022-04-18 19:29:51 +08:00
schema config tool: update schema 2022-04-18 19:29:51 +08:00
service_vm_config misc: refine the non-stand vUART config 2022-03-17 18:33:15 +08:00
static_allocators config-tools: extract the SSRAM area size 2022-04-18 16:47:23 +08:00
xforms config tool: update schema 2022-04-18 19:29:51 +08:00
LICENSE 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
pyproject.toml config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
setup.cfg config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +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.