acrn-hypervisor/misc/config_tools/library
Kunhui-Li 9306de95a7 config_tools: fix the duplicate PT_SLOT value issue
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 30 for
different virtio block devices in a launch script. This is wrong.

As a workaround, we reassign PT_SLOT variate to reset it after the launch
script is generated every time.

Tracked-On: #6767
Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
2021-11-04 09:43:00 +08:00
..
board_cfg_lib.py ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
common.py config_tools: Update GPU passthrough support 2021-11-02 18:30:54 +08:00
hv_cfg_lib.py config_tools: remove hvlog parameter and update HV_RAM_START default address 2021-11-03 10:28:40 +08:00
hypervisor_license acrn-config: Update generated configuration source code 2021-02-02 16:53:56 +08:00
launch_cfg_lib.py config_tools: fix the duplicate PT_SLOT value issue 2021-11-04 09:43:00 +08:00
scenario_cfg_lib.py ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00