mirror of https://gitee.com/openkylin/libvirt.git
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>
|
||||
<element name="protocol">
|
||||
<optional>
|
||||
<attribute name="type"/>
|
||||
<attribute name="type">
|
||||
<choice>
|
||||
<value>raw</value>
|
||||
<value>telnet</value>
|
||||
<value>telnets</value>
|
||||
<value>tls</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</optional>
|
||||
</element>
|
||||
</optional>
|
||||
|
|
Loading…
Reference in New Issue