config-tools: ivshmem support to be shared by multiple vms

Loosen the restriction of IVSHMEM_REGION of xsd validation. An ivshmem
region can be shared by more than two vms.

Tracked-On: #5672
Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
This commit is contained in:
Yang,Yu-chu 2021-02-23 11:52:04 -08:00 committed by wenlingz
parent 03466c22f3
commit 50f135343a

View File

@ -130,7 +130,7 @@ Read more about the available scheduling options in :ref:`cpu_sharing`.</xs:docu
<xs:simpleType name="IVSHMEMRegionPattern"> <xs:simpleType name="IVSHMEMRegionPattern">
<xs:restriction base="xs:string"> <xs:restriction base="xs:string">
<xs:pattern value="hv:/\w+,\s?\d+\s?,\s?\d\s?:\s?\d\s?" /> <xs:pattern value="hv:/\w+,\s?\d+\s?,\s?\d\s?(:\s?\d\s?)+" />
</xs:restriction> </xs:restriction>
</xs:simpleType> </xs:simpleType>