From 1bdaca86e19023c8b6c772501127bbed0f1fc620 Mon Sep 17 00:00:00 2001 From: "Yang,Yu-chu" Date: Wed, 12 May 2021 12:27:31 -0700 Subject: [PATCH] config-tools: fix the regular expression of ivshmem region name The ivshmem region name format is not ristricted to start with "hv". Loosen the schema validation so that the region name can start with "hv" or "dm". Tracked-On: #6009 Signed-off-by: Yang,Yu-chu --- misc/config_tools/schema/types.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config_tools/schema/types.xsd b/misc/config_tools/schema/types.xsd index 75740174c..d173221a9 100644 --- a/misc/config_tools/schema/types.xsd +++ b/misc/config_tools/schema/types.xsd @@ -129,7 +129,7 @@ its size, and the VM IDs that can access it, such as ``hv:/shm_region_0, 2, 0:2` See :ref:`ivshmem-hv` for more information. - +