mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 20:59:03 +00:00
acrn-config: add vm type sanity check
Refinement for VM type sanity check relays on VM UUID number. Tracked-On: #4641 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com> Acked-by: Terry Zou <terry.zou@intel.com>
This commit is contained in:
@@ -21,6 +21,7 @@ def get_launch_item_values(board_info):
|
||||
Get items which capable multi select for user
|
||||
:param board_info: it is a file what contains board information for script to read from
|
||||
"""
|
||||
common.BOARD_INFO_FILE = board_info
|
||||
launch_item_values = {}
|
||||
|
||||
# passthrough devices
|
||||
|
Reference in New Issue
Block a user