acrn-hypervisor/misc/config_tools/scenario_config
Conghui c0fd2e9ce0 config-tools: tiny fix in upgrader
Do not copy the 'board' and 'scenario' in <acrn-config> to the new xml.

Tracked-On: #7345
Signed-off-by: Conghui <conghui.chen@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2022-04-24 13:53:32 +08:00
..
jsonschema configurator: fix some schema field does not provide display name issue 2022-04-01 12:19:40 +08:00
README acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00
__init__.py config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
default_populator.py config_tools: add default values to vBDF of vUART and IVSHMEM 2022-04-21 10:08:53 +08:00
elementpath_overlay.py config_tools: add assertions on the uniqueness of vBDF 2022-04-21 10:08:53 +08:00
lxml_loader.py config_tools: composing operations around XMLs as pipelines 2022-03-15 10:22:37 +08:00
pipeline.py config_tools: composing operations around XMLs as pipelines 2022-03-15 10:22:37 +08:00
scenario_cfg_gen.py config tool: update schema 2022-04-18 19:29:51 +08:00
scenario_item.py Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
scenario_transformer.py config_tools: add default values to vBDF of vUART and IVSHMEM 2022-04-21 10:08:53 +08:00
schema_slicer.py configurator: add new configurator 2022-03-31 19:26:33 +08:00
upgrader.py config-tools: tiny fix in upgrader 2022-04-24 13:53:32 +08:00
validator.py config_tools: add assertions on the uniqueness of vBDF 2022-04-21 10:08:53 +08:00
xml_loader.py config_tools: composing operations around XMLs as pipelines 2022-03-15 10:22:37 +08:00

README

Please run scenario_cfg_gen.py to generate board related configuration files.

usage: python3 scenario_cfg_gen.py [h] --board <board_info_file> --scenario <scenario_info_file>
positional arguments:
  board_info_file  : file name of the board info XML
  scenario_info_file  : file name of the scenario info XML