1
0
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:
Eric Blake 2011-01-05 17:13:16 -07:00
parent a43c7338d8
commit 2d44cb4960

View File

@ -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>