mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 18:14:53 +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:
@@ -3,7 +3,7 @@
|
||||
<uos_type desc="UOS type"></uos_type>
|
||||
<rtos_type desc="UOS Realtime capability"></rtos_type>
|
||||
<mem_size desc="UOS memory size in MByte"></mem_size>
|
||||
<gvt_args desc="GVT argument for the vm"></gvt_args>
|
||||
<gvt_args desc="GVT arguments. Recommendation is 64 448 8. Leave it blank to disable GVT."></gvt_args>
|
||||
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
|
||||
<vuart0 desc="vUART0 which emulated by device model">Enable</vuart0>
|
||||
<poweroff_channel desc="the method of power off uos"></poweroff_channel>
|
||||
@@ -35,7 +35,7 @@
|
||||
<uos_type desc="UOS type"></uos_type>
|
||||
<rtos_type desc="UOS Realtime capability"></rtos_type>
|
||||
<mem_size desc="UOS memory size in MByte"></mem_size>
|
||||
<gvt_args desc="GVT argument for the vm"></gvt_args>
|
||||
<gvt_args desc="GVT arguments. Recommendation is 64 448 8. Leave it blank to disable GVT."></gvt_args>
|
||||
<vbootloader desc="virtual bootloader method" readonly="true">ovmf</vbootloader>
|
||||
<vuart0 desc="vUART0 which emulated by device model">Disable</vuart0>
|
||||
<poweroff_channel desc="the method of power off uos"></poweroff_channel>
|
||||
|
||||
Reference in New Issue
Block a user