Lines Matching refs:err_dic
287 err_dic = {}
310 err_dic[key] = "This vm cpu_affinity is empty. " \
314 err_dic[key] = "This pCPU is not included in this VM's allowed CPU pool. " \
317 if err_dic:
318 return err_dic
323 …err_dic[key] = "The same pCPU was configured in <pcpu_id>/<cpu_affinity>, but CPU sharing is disab…
324 return err_dic
349 err_dic[key] = "VM should not use the same pcpu id:{}".format(cpu_id)
350 return err_dic
355 err_dic[key] = "Should assign CPU id for Service VM"
360 err_dic[key] = "Pre_launched_vm vm should not have the same cpus assignment"
362 return err_dic
632 return (err_dic, i)
1248 err_dic = {}
1252 (err_dic, ttys_n) = board_cfg_lib.parser_hv_console()
1253 if err_dic:
1257 return err_dic
1292 return (err_dic, vuart0_setting, vuart1_setting)