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:
Wei Liu
2019-11-29 18:55:33 +08:00
committed by wenlingz
parent 40140281ae
commit 8464419af3
5 changed files with 39 additions and 28 deletions

View File

@@ -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