From 2a7b11eafb671fc21121ca95e8f7192bc22d60e8 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 3 Feb 2016 14:34:32 +0100 Subject: [PATCH] schema: List allowed GIC versions This change allows to use "host" as a GIC version in the domain XML. Since we'll need to update the virGICVersion enumeration to support new GIC versions anyway, it makes sense to be a bit more strict in the schema as well and reject values that are not in the enumeration. --- docs/schemas/domaincommon.rng | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 5deb17b031..67af93a004 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -4154,7 +4154,11 @@ - + + host + 2 + 3 + -- 2.39.5