mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
schema: domain: Allow interleaving of character device config elements
Allow interleaving in the 'qemucdevSrcDef' definition which is shared by all places using character device as backend. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
40a8a74be6
commit
1210074d5e
@ -4716,7 +4716,9 @@
|
|||||||
<ref name="qemucdevSrcTypeChoice"/>
|
<ref name="qemucdevSrcTypeChoice"/>
|
||||||
</attribute>
|
</attribute>
|
||||||
</define>
|
</define>
|
||||||
|
|
||||||
<define name="qemucdevSrcDef">
|
<define name="qemucdevSrcDef">
|
||||||
|
<interleave>
|
||||||
<zeroOrMore>
|
<zeroOrMore>
|
||||||
<element name="source">
|
<element name="source">
|
||||||
<optional>
|
<optional>
|
||||||
@ -4792,6 +4794,7 @@
|
|||||||
</optional>
|
</optional>
|
||||||
</element>
|
</element>
|
||||||
</optional>
|
</optional>
|
||||||
|
</interleave>
|
||||||
</define>
|
</define>
|
||||||
<!--
|
<!--
|
||||||
The description for a console
|
The description for a console
|
||||||
|
Loading…
Reference in New Issue
Block a user