mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Relax the allowed values for machine type in schema
* docs/schemas/domain.rng: don't try to validate based on a list, open up the machine type to a regexp allowing a-z A-Z 0-9 _ - and .
This commit is contained in:
@@ -167,13 +167,11 @@
|
|||||||
</optional>
|
</optional>
|
||||||
<optional>
|
<optional>
|
||||||
<attribute name="machine">
|
<attribute name="machine">
|
||||||
<choice>
|
<data type="string">
|
||||||
<value>xenfv</value>
|
<param name="pattern">[a-zA-Z0-9_\.\-]+</param>
|
||||||
<value>pc</value>
|
</data>
|
||||||
<value>isapc</value>
|
|
||||||
</choice>
|
|
||||||
</attribute>
|
</attribute>
|
||||||
</optional>
|
</optional>
|
||||||
</group>
|
</group>
|
||||||
</define>
|
</define>
|
||||||
<define name="hvmmips">
|
<define name="hvmmips">
|
||||||
|
|||||||
Reference in New Issue
Block a user