mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 13:17:58 +03:00
rng: Interleave hostdev elements
This commit is contained in:
parent
0d70656afd
commit
dcd632af72
@ -3054,26 +3054,28 @@
|
|||||||
|
|
||||||
<define name="hostdev">
|
<define name="hostdev">
|
||||||
<element name="hostdev">
|
<element name="hostdev">
|
||||||
<choice>
|
<interleave>
|
||||||
<group>
|
<choice>
|
||||||
<ref name="hostdevsubsys"/>
|
<group>
|
||||||
</group>
|
<ref name="hostdevsubsys"/>
|
||||||
<group>
|
</group>
|
||||||
<ref name="hostdevcaps"/>
|
<group>
|
||||||
</group>
|
<ref name="hostdevcaps"/>
|
||||||
</choice>
|
</group>
|
||||||
<optional>
|
</choice>
|
||||||
<ref name="alias"/>
|
<optional>
|
||||||
</optional>
|
<ref name="alias"/>
|
||||||
<optional>
|
</optional>
|
||||||
<ref name="deviceBoot"/>
|
<optional>
|
||||||
</optional>
|
<ref name="deviceBoot"/>
|
||||||
<optional>
|
</optional>
|
||||||
<ref name="rom"/>
|
<optional>
|
||||||
</optional>
|
<ref name="rom"/>
|
||||||
<optional>
|
</optional>
|
||||||
<ref name="address"/>
|
<optional>
|
||||||
</optional>
|
<ref name="address"/>
|
||||||
|
</optional>
|
||||||
|
</interleave>
|
||||||
</element>
|
</element>
|
||||||
</define>
|
</define>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user