mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-12-16 01:42:39 +00:00
Bug fix: 1. The bdf were inserted in decimal. Fix it with hexadecimal format. 2. The vuart vbdf will only take the dev which no used bdf has the same dev. For example: If 00:01.1 is in used but not 00:01.0, vuart vbdf will skip 00:01.0 and look for 00:02.0, 00:03.0 and so on. Tracked-On: #5482 Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
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