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"/>
|
||||
</attribute>
|
||||
</define>
|
||||
|
||||
<define name="qemucdevSrcDef">
|
||||
<interleave>
|
||||
<zeroOrMore>
|
||||
<element name="source">
|
||||
<optional>
|
||||
@ -4792,6 +4794,7 @@
|
||||
</optional>
|
||||
</element>
|
||||
</optional>
|
||||
</interleave>
|
||||
</define>
|
||||
<!--
|
||||
The description for a console
|
||||
|
Loading…
Reference in New Issue
Block a user