mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-10 13:19:31 +00:00
acrn-config: change gvt_args from selectbox to editbox
1. Some VMs don't need pci-gvt args or or need specific configuration for 'gvt_args' item tag, this patch changes from selectable behavior to editable for 'gvt_args' item from webUI. 2. Modify the description for gvt_args item tag from launch config xmls. Tracked-On: #3854 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -47,7 +47,6 @@ def get_launch_item_values(board_info):
|
||||
launch_item_values["uos,vbootloader"] = launch_cfg_lib.BOOT_TYPE
|
||||
launch_item_values['uos,vuart0'] = launch_cfg_lib.DM_VUART0
|
||||
launch_item_values['uos,poweroff_channel'] = launch_cfg_lib.PM_CHANNEL
|
||||
launch_item_values['uos,gvt_args'] = launch_cfg_lib.GVT_ARGS
|
||||
|
||||
return launch_item_values
|
||||
|
||||
|
Reference in New Issue
Block a user