mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03: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>
|
||||
<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
Block a user