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:
parent
1d7d2f06a9
commit
145129cad0
|
@ -198,7 +198,7 @@ Read more about the available scheduling options in :ref:`cpu_sharing`.</xs:docu
|
||||||
|
|
||||||
<xs:complexType name="IVSHMEMVM">
|
<xs:complexType name="IVSHMEMVM">
|
||||||
<xs:sequence>
|
<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:annotation acrn:title="Shared VMs">
|
||||||
<xs:documentation>Name of the VM that uses this shared memory region.</xs:documentation>
|
<xs:documentation>Name of the VM that uses this shared memory region.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
|
|
Loading…
Reference in New Issue