mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-26 04:24:40 +00:00
when we add two or more virtio block devices and rename them for a VM in launch xml files, then generate launch scripts through the UI. After ensuring the devices names are different, we repeat these operations continuously. Finally we will get the duplicate PT_SLOT value for different virtio block devices in a launch script. This is wrong. After user click the "Generate Launch Script" button to generate the launch scripts every time, we will reset PT_SLOT variate to fix the issue. Tracked-On: #6767 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
folder structure board_inspector : 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.