mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-06 11:20:32 +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:
@@ -17,7 +17,6 @@ BOOT_TYPE = ['no', 'vsbl', 'ovmf']
|
||||
RTOS_TYPE = ['no', 'Soft RT', 'Hard RT']
|
||||
DM_VUART0 = ['Disable', 'Enable']
|
||||
UOS_TYPES = ['CLEARLINUX', 'ANDROID', 'ALIOS', 'PREEMPT-RT LINUX', 'VXWORKS', 'WINDOWS', 'ZEPHYR', 'GENERIC LINUX']
|
||||
GVT_ARGS = ['64 448 8']
|
||||
|
||||
PT_SUB_PCI = {}
|
||||
PT_SUB_PCI['usb_xdci'] = ['USB controller']
|
||||
@@ -464,7 +463,7 @@ def args_aval_check(arg_list, item, avl_list):
|
||||
"""
|
||||
# args should be set into launch xml from webUI
|
||||
i_cnt = 1
|
||||
skip_check_list = ['gvt_args']
|
||||
skip_check_list = ['']
|
||||
if item in skip_check_list:
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user