Lines Matching refs:key
275 key = "user_vm:id={},passthrough_devices,{}".format(i_cnt, item)
276 ERR_LIST[key] = "Unkonw the BDF format of {} device".format(item)
285 key = "user_vm:id={},passthrough_devices,{}".format(i_cnt, item)
286 ERR_LIST[key] = "Unkonw the Vendor:Product ID format of {} device".format(item)
298 key = "user_vm:id={},{}".format(i_cnt, item)
299 ERR_LIST[key] = "The parameter should not be empty"
323 key = "user_vm:id={},{}".format(i_cnt, item)
324 ERR_LIST[key] = "The {} is invalidate".format(item)
348 key = "user_vm:id={},{}".format(i_cnt, item)
349 ERR_LIST[key] = "{}MB should be less than total memory {}MB".format(item)
429 key = "user_vm:id={},passthrough_devices,{}".format(vmid, 'audio_codec')
430 ERR_LIST[key] = "Audio codec device should be pass through together with Audio devcie!"
488 key = "user_vm:id={},{},{}".format(vm_i, 'passthrough_devices', dev)
489 ERR_LIST[key] = "You select the same device for {} pass-through !".format(dev)
645 key = 'user_vm:id={},console_vuart'.format(user_vmid)
647 ERR_LIST[key] = "vuart0 and console_vuart of user_vm {} should not be enabled " \
652 …ERR_LIST[key] = "console_vuart of user_vm {} should be enabled in scenario setting".format(user_vm…
679 key = 'user_vm:id={},enable_ptm'.format(user_vmid)
681 ERR_LIST[key] = "PTM of user_vm:{} set to 'n' in scenario xml".format(user_vmid)