mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 20:53:46 +00:00
Currently, if I update Pre-Launched VM type to real-time, select PCPU ID and enable Real-time vCPU, then we update the name of sevice VM, finally, click the save button. we will see the type of service vm is updated to RTVM. It is unexpected. So this patch removes the logic of hiding service VM type, and only allows user selecting Standard VM type to fix the issue that the service vm type is updated by UI automatically. Tracked-On: #6690 Signed-off-by: Kunhui-Li <kunhuix.li@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