mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 10:04:42 +00:00
acrn-config: fix parameter error in launch script
1. fix duplicated '-s 1:0,lpc'
2. fix extra '-l'
3. fix wrong uuid parameter
v1-v2:
1). remove ethernet pass through to keep align with sample script
Tracked-On: #3602
Signed-off-by: Wei Liu <weix.w.liu@intel.com>
Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -309,9 +309,9 @@ def is_config_file_match():
|
||||
return (err_dic, match)
|
||||
|
||||
|
||||
def get_sos_vmid(config_file, tag_str):
|
||||
def get_sos_vmid():
|
||||
|
||||
load_list = common.get_branch_tag_val(config_file, tag_str)
|
||||
load_list = common.get_branch_tag_val(SCENARIO_INFO_FILE, "load_order")
|
||||
|
||||
sos_id = 0
|
||||
for load_order in load_list:
|
||||
|
||||
Reference in New Issue
Block a user