提交 f78b73e6 编写于 作者: H Han Han 提交者: Michal Privoznik

docs: schema: Add missing <interleave> to devices

For input,hub,redirdev devices, their sub-elements should be interleaved.

input device: interleave for <driver>, <alias>, <address>
hub device: interleave for <alias>, <address>
redirdev device: interleave for <source>, <alias>, <address>, <boot>
Signed-off-by: NHan Han <hhan@redhat.com>
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 a03f5cdd
......@@ -4270,6 +4270,7 @@
<define name="input">
<element name="input">
<interleave>
<optional>
<element name="driver">
<ref name="virtioOptions"/>
......@@ -4315,6 +4316,7 @@
<optional>
<ref name="address"/>
</optional>
</interleave>
</element>
</define>
<define name="hub">
......@@ -4322,12 +4324,14 @@
<attribute name="type">
<value>usb</value>
</attribute>
<interleave>
<optional>
<ref name="alias"/>
</optional>
<optional>
<ref name="address"/>
</optional>
</interleave>
</element>
</define>
<define name="redirdev">
......@@ -4338,6 +4342,7 @@
<attribute name="type">
<ref name="qemucdevSrcTypeChoice"/>
</attribute>
<interleave>
<ref name="qemucdevSrcDef"/>
<optional>
<ref name="alias"/>
......@@ -4348,6 +4353,7 @@
<optional>
<ref name="deviceBoot"/>
</optional>
</interleave>
</element>
</define>
<define name="redirfilter">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册