config_tools: remove some dynamic parameters of acrn-dm

Since PR #7002 has removed some dynamic parameters from
acrn-dm usage, this patch also removes the following parameters
in launch script generation logic.

1. --vsbl <vsbl_file_path>
2. -s <slot>,npk
3. -i, --ioc_node <ioc_mediator_parameters>
4. -A, --acpi
5. virtio-ipu
6. virtio-audio

Tracked-On: #6690
Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
Kunhui-Li
2022-01-05 10:39:50 +08:00
committed by acrnsi-robot
parent c97d691aab
commit 702f5d2586
3 changed files with 2 additions and 25 deletions

View File

@@ -14,7 +14,7 @@ import lxml
import lxml.etree
ERR_LIST = {}
BOOT_TYPE = ['no', 'vsbl', 'ovmf']
BOOT_TYPE = ['no', 'ovmf']
RTOS_TYPE = ['no', 'Soft RT', 'Hard RT']
DM_VUART0 = ['Disable', 'Enable']
y_n = ['y', 'n']