mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user