提交 88ed9ec0 编写于 作者: J Jiri Denemark

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.
上级 06b9c5b9
......@@ -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">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册