mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
schema: tighten <serial><protocol type=...> relaxNG
* docs/schemas/domain.rng (qemucdevSrcDef): Restrict list of supported <protocol type=> values.
This commit is contained in:
parent
a43c7338d8
commit
2d44cb4960
@ -1448,7 +1448,14 @@
|
|||||||
<optional>
|
<optional>
|
||||||
<element name="protocol">
|
<element name="protocol">
|
||||||
<optional>
|
<optional>
|
||||||
<attribute name="type"/>
|
<attribute name="type">
|
||||||
|
<choice>
|
||||||
|
<value>raw</value>
|
||||||
|
<value>telnet</value>
|
||||||
|
<value>telnets</value>
|
||||||
|
<value>tls</value>
|
||||||
|
</choice>
|
||||||
|
</attribute>
|
||||||
</optional>
|
</optional>
|
||||||
</element>
|
</element>
|
||||||
</optional>
|
</optional>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user