mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 03:45:29 +00:00
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> |
||
---|---|---|
.. | ||
jsonschema | ||
__init__.py | ||
default_populator.py | ||
elementpath_overlay.py | ||
lxml_loader.py | ||
pipeline.py | ||
README | ||
scenario_cfg_gen.py | ||
scenario_item.py | ||
scenario_transformer.py | ||
schema_slicer.py | ||
upgrader.py | ||
validator.py | ||
xml_loader.py |
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