From: Andrea Bolognani Date: Wed, 3 Feb 2016 13:34:32 +0000 (+0100) Subject: schema: List allowed GIC versions X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2a7b11eafb67;p=libvirt.git 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. --- 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 +