The libxl driver exposes a 'hap' feature in the capability XML but our
schema didn't cover it.
Signed-off-by: Peter Krempa <pkrempa(a)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