acrn-hypervisor/misc/config_tools
Weiyi Feng ac9824cd54 configurator: fix can't load scenario without pci_devs issue
fix can't load scenario without pci_devs issue

Tracked-On: #7246
Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
2022-04-06 11:17:18 +08:00
..
acpi_gen config tool: remove guest_flags in user interface 2022-03-02 15:50:23 +08:00
acpi_template/template config_tools: generate vDSDT according to allocated resources 2021-08-09 09:05:01 +08:00
board_config config_tools: remove board and scenario attributes 2022-03-31 19:32:52 +08:00
board_inspector config_tools: fix the issue that fail to read XSD file 2022-04-06 10:31:55 +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: updated nuc11/whl board files 2022-03-30 11:42:25 +08:00
hv_config config_tools: remove CONFIG_IOMMU_BUS_NUM 2022-03-22 16:37:13 +08:00
launch_config config-tools: fix the generation of DM-land ivshmem regions 2022-03-31 15:59:42 +08:00
library config_tools: remove board and scenario attributes 2022-03-31 19:32:52 +08:00
scenario_config configurator: fix some schema field does not provide display name issue 2022-04-01 12:19:40 +08:00
schema config_tools: Update Configurator UI XSD 2022-04-01 10:04:57 +08:00
service_vm_config misc: refine the non-stand vUART config 2022-03-17 18:33:15 +08:00
static_allocators misc: set PMU_PT flag for pre-launched RTVM 2022-03-29 09:34:17 +08:00
xforms config_tools: merge data in launch XMLs into scenario XMLs 2022-03-15 10:22:37 +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.