mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 18:14:53 +00:00
acrn-config: add virtio-block support for launch config
Add virtio-block support to parse and get 'block' item value from launch config files, these values are editable by user. Tracked-On: #4172 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -461,7 +461,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', 'rootfs_dev']
|
||||
skip_check_list = ['gvt_args']
|
||||
if item in skip_check_list:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user