mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-17 19:27:28 +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> |
||
---|---|---|
.. | ||
acpi_gen | ||
board_config | ||
config_app | ||
hv_config | ||
kconfig | ||
launch_config | ||
library | ||
scenario_config | ||
target | ||
README | ||
xmls |
folder structure Kconfig : Select working scenario and target board, configure ACRN hypervisor capabilities and features. target : Get target board information under native Linux environment and generate board_info XML. board_config : Parse board_info XML and scenario XML to generate board related configuration files under misc/acrn-config/xmls/board-xmls/ folder. scenario_config : Parse board_info XML and scenario XML to generate scenario based VM configuration files under misc/acrn-config/xmls/config-xmls/$(BOARD)/ folder. launch_config : Parse board_info XML, scenario XML and devicemodel param XML to generate launch script for post-launched vm under misc/acrn-config/xmls/config-xmls/$(BOARD)/ folder. library : The folder stores shared software modules or libs for acrn-config offline tool.