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:
Wei Liu
2019-09-23 09:21:22 +08:00
committed by wenlingz
parent 535a83e24b
commit 6d7592b7cb
3 changed files with 18 additions and 16 deletions

View File

@@ -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: