acrn-hypervisor/misc/config_tools
Junjie Mao 065bcaa2ce config_tools/upgrader: keep cache allocation policies properly
The current generic data moving policy in the upgrader do not work well
with complex nodes having multiple-occurred descendants. That causes the
lost of cache allocation policies in scenario XMLs when upgrading a v3.0
scenario XML to the coming v3.1.

This patch adds another generic-purpose mover that simply copies a whole
subtree unchanged.

Most nodes of this kind are handled by special movers as their formats
changed dramatically in v3.0, which is why that issue is not identified
earlier.

Tracked-On: #6690
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
2022-08-26 21:46:56 +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 Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
board_inspector config-tools: add progress bar and timeout mechanism for board_inspector 2022-08-26 18:36:34 +08:00
configurator [config_tool] Imported scenarios not populating CAT widget 2022-08-26 20:47:17 +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 misc: add cpu details to launch script 2022-08-23 16:40:25 +08:00
library Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
scenario_config config_tools/upgrader: keep cache allocation policies properly 2022-08-26 21:46:56 +08:00
schema misc: add assert to check the total memory size of User VMs 2022-08-26 21:17:18 +08:00
service_vm_config Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
static_allocators config_tool: add MAX_PCI_BUS_NUM in UI 2022-08-19 12:28:45 +08:00
xforms config-tools: change 'DISABLED' settings to 'ENABLED' 2022-08-17 09:23:33 +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 16:56:16 +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.