mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 15:45:05 +00:00
config tool: change vm_type to required field
hide vm_type in UI for service vm, and change it to required field, since lack of it in xml may lead to wrong inference for vm severity. Tracked-On: #6690 Signed-off-by: hangliu1 <hang1.liu@linux.intel.com>
This commit is contained in:
@@ -305,7 +305,7 @@ Refer to :ref:`vuart_config` for detailed vUART settings.</xs:documentation>
|
||||
<xs:documentation>Specify the name used to identify this VM. The VM name will be shown in the hypervisor console vm_list command.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="vm_type" type="VMType" minOccurs="0">
|
||||
<xs:element name="vm_type" type="VMType">
|
||||
<xs:annotation acrn:title="VM type" acrn:views="basic">
|
||||
<xs:documentation>Select the VM type. A standard VM (``STANDARD_VM``) is for general-purpose applications, such as human-machine interface (HMI). A real-time VM (``RTVM``) offers special features for time-sensitive applications.</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
Reference in New Issue
Block a user