[libvirt] [PATCH 02/20] schema: Allow shmem to have alias

Martin Kletzander mkletzan at redhat.com
Thu Sep 15 16:14:27 UTC 2016


It already is used and tests will be automatically added in later patches.

Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 docs/schemas/domaincommon.rng | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 8aaa67e11115..751d9141deea 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -3612,6 +3612,9 @@
           </element>
         </optional>
         <optional>
+          <ref name="alias"/>
+        </optional>
+        <optional>
           <ref name="address"/>
         </optional>
       </interleave>
-- 
2.10.0




More information about the libvir-list mailing list