mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
schema: smbios: allow any strings
The smbios docs allow any string to be passed and libvirt does not really do any validation on them. Allow passing any string. Partially resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1373535
This commit is contained in:
parent
fef3a810c7
commit
cf9a423cbd
@ -4517,9 +4517,7 @@
|
|||||||
</define>
|
</define>
|
||||||
|
|
||||||
<define name="sysinfo-value">
|
<define name="sysinfo-value">
|
||||||
<data type="string">
|
<data type="string"/>
|
||||||
<param name='pattern'>[a-zA-Z0-9/\-_\. \(\)]+</param>
|
|
||||||
</data>
|
|
||||||
</define>
|
</define>
|
||||||
|
|
||||||
<define name="acpiTable">
|
<define name="acpiTable">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user