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">
|
||||
<element name="hostdev">
|
||||
<choice>
|
||||
<group>
|
||||
<ref name="hostdevsubsys"/>
|
||||
</group>
|
||||
<group>
|
||||
<ref name="hostdevcaps"/>
|
||||
</group>
|
||||
</choice>
|
||||
<optional>
|
||||
<ref name="alias"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="deviceBoot"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="rom"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="address"/>
|
||||
</optional>
|
||||
<interleave>
|
||||
<choice>
|
||||
<group>
|
||||
<ref name="hostdevsubsys"/>
|
||||
</group>
|
||||
<group>
|
||||
<ref name="hostdevcaps"/>
|
||||
</group>
|
||||
</choice>
|
||||
<optional>
|
||||
<ref name="alias"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="deviceBoot"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="rom"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="address"/>
|
||||
</optional>
|
||||
</interleave>
|
||||
</element>
|
||||
</define>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user