From: Jiri Denemark Date: Tue, 3 Jan 2012 20:59:51 +0000 (+0100) Subject: schemas: Allow '.' in CPU feature name X-Git-Tag: v0.9.9-rc2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88ed9ec0018ff7e47c92fa0c8003f397a9910f8c;p=thirdparty%2Flibvirt.git schemas: Allow '.' in CPU feature name We already support CPU features with '.' in their name (e.g., sse4.1) so we should not forbid that in the schema. --- diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 7a8f7f436a..353faea175 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -2921,7 +2921,7 @@ - [a-zA-Z0-9\-_]+ + [a-zA-Z0-9\-_\.]+