From 2936a7517e6fc435e54dffb06ec29b745f773bfe Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 12 Nov 2019 14:00:53 +0100 Subject: [PATCH] schema: capabilities: Add 'hap' feature flag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The libxl driver exposes a 'hap' feature in the capability XML but our schema didn't cover it. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- 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 @@ + + + + + + -- 2.47.2