[libvirt] [PATCH] schemas: Allow '.' in CPU feature name

Jiri Denemark jdenemar at redhat.com
Tue Jan 3 21:02:24 UTC 2012


We already support CPU features with '.' in their name (e.g., sse4.1) so
we should not forbid that in the schema.
---
 docs/schemas/domaincommon.rng |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 7a8f7f4..353faea 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -2921,7 +2921,7 @@
   </define>
   <define name="featureName">
     <data type="string">
-      <param name='pattern'>[a-zA-Z0-9\-_]+</param>
+      <param name='pattern'>[a-zA-Z0-9\-_\.]+</param>
     </data>
   </define>
   <define name="timeDelta">
-- 
1.7.8.2




More information about the libvir-list mailing list