mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 12:19:06 +00:00
config_tools: schema of 'VM_NAME' for 'IVSHMEMVM'
Set VM_NAME' for 'IVSHMEMVM' as required property in schema. Tracked-On: #7662 Signed-off-by: Zhao <yuanyuan.zhao@intel.com>
This commit is contained in:
@@ -198,7 +198,7 @@ Read more about the available scheduling options in :ref:`cpu_sharing`.</xs:docu
|
||||
|
||||
<xs:complexType name="IVSHMEMVM">
|
||||
<xs:sequence>
|
||||
<xs:element name="VM_NAME" type="VMNameType">
|
||||
<xs:element name="VM_NAME" type="VMNameType" minOccurs="1">
|
||||
<xs:annotation acrn:title="Shared VMs">
|
||||
<xs:documentation>Name of the VM that uses this shared memory region.</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
Reference in New Issue
Block a user