[libvirt] [PATCH 1/3] schema: capabilities: Add 'hap' feature flag

Peter Krempa pkrempa at redhat.com
Tue Nov 12 13:33:44 UTC 2019


The libxl driver exposes a 'hap' feature in the capability XML but our
schema didn't cover it.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 docs/schemas/capability.rng | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/schemas/capability.rng b/docs/schemas/capability.rng
index 8f3266b9f1..26d313d652 100644
--- a/docs/schemas/capability.rng
+++ b/docs/schemas/capability.rng
@@ -546,6 +546,12 @@
             <empty/>
           </element>
         </optional>
+        <optional>
+          <element name='hap'>
+            <ref name='featuretoggle'/>
+            <empty/>
+          </element>
+        </optional>
       </interleave>
     </element>
   </define>
-- 
2.23.0




More information about the libvir-list mailing list