From a5e044dfbb395cfeefe0ec480cfe72ed3a5e44b9 Mon Sep 17 00:00:00 2001 From: Yuanyuan Zhao Date: Thu, 9 Jun 2022 06:14:52 +0000 Subject: [PATCH] config_tools: add default value to 'vm_type' Set 'STANDARD_VM' as default value for 'vm_type'. Tracked-On: #7726 Signed-off-by: Yuanyuan Zhao --- misc/config_tools/schema/config.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config_tools/schema/config.xsd b/misc/config_tools/schema/config.xsd index 742690226..4c53986c3 100644 --- a/misc/config_tools/schema/config.xsd +++ b/misc/config_tools/schema/config.xsd @@ -305,7 +305,7 @@ Refer to :ref:`vuart_config` for detailed vUART settings. Specify the name used to identify this VM. The VM name will be shown in the hypervisor console vm_list command. - + Select the VM type. A Standard VM is for general-purpose applications, such as human-machine interface (HMI). A Real-time VM offers special features for time-sensitive applications.