mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-10 05:09:01 +00:00
acrn-config: fix missing passthru parameter for launch config
If the bus number is not 0, then malloc a virtual slot for the device, meanwhile, it should be added to PT_SLOT for the next query, otherwise the passthru parameter would be lost in the launch script. Tracked-On: #4494 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -89,7 +89,7 @@ def ui_entry_api(board_info, scenario_info, launch_info, enable_commit=False):
|
||||
|
||||
err_dic = {}
|
||||
git_env_check = False
|
||||
arg_list = ['board_cfg_gen.py', '--board', board_info, '--scenario', scenario_info, '--launch', launch_info, '--uosid', '0']
|
||||
arg_list = ['launch_cfg_gen.py', '--board', board_info, '--scenario', scenario_info, '--launch', launch_info, '--uosid', '0']
|
||||
|
||||
if enable_commit:
|
||||
arg_list.append('--enable_commit')
|
||||
|
Reference in New Issue
Block a user