[libvirt] [PATCH 1/2] schema: Allow alias for panic device

Martin Kletzander mkletzan at redhat.com
Thu Oct 13 08:28:35 UTC 2016


As with all other devices, it's not part of 'address'.

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 6eeb4e9e7df0..3f96456b5c8e 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -5534,6 +5534,9 @@
         </attribute>
       </optional>
       <optional>
+        <ref name="alias"/>
+      </optional>
+      <optional>
         <ref name="address"/>
       </optional>
     </element>
-- 
2.10.1




More information about the libvir-list mailing list