mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-24 13:35:17 +00:00
rng: Move sgio attr definition to a separate block
it might be worth having sgio attribute defined in a separate block the same way as rawio attribute.
This commit is contained in:
parent
cea1b86fa7
commit
749ebfd8f8
@ -1193,12 +1193,7 @@
|
|||||||
<ref name="rawIO"/>
|
<ref name="rawIO"/>
|
||||||
</optional>
|
</optional>
|
||||||
<optional>
|
<optional>
|
||||||
<attribute name="sgio">
|
<ref name="sgIO"/>
|
||||||
<choice>
|
|
||||||
<value>filtered</value>
|
|
||||||
<value>unfiltered</value>
|
|
||||||
</choice>
|
|
||||||
</attribute>
|
|
||||||
</optional>
|
</optional>
|
||||||
<interleave>
|
<interleave>
|
||||||
<choice>
|
<choice>
|
||||||
@ -3680,12 +3675,7 @@
|
|||||||
<value>scsi</value>
|
<value>scsi</value>
|
||||||
</attribute>
|
</attribute>
|
||||||
<optional>
|
<optional>
|
||||||
<attribute name="sgio">
|
<ref name="sgIO"/>
|
||||||
<choice>
|
|
||||||
<value>filtered</value>
|
|
||||||
<value>unfiltered</value>
|
|
||||||
</choice>
|
|
||||||
</attribute>
|
|
||||||
</optional>
|
</optional>
|
||||||
<optional>
|
<optional>
|
||||||
<ref name="rawIO"/>
|
<ref name="rawIO"/>
|
||||||
@ -5190,4 +5180,12 @@
|
|||||||
<ref name="virYesNo"/>
|
<ref name="virYesNo"/>
|
||||||
</attribute>
|
</attribute>
|
||||||
</define>
|
</define>
|
||||||
|
<define name="sgIO">
|
||||||
|
<attribute name="sgio">
|
||||||
|
<choice>
|
||||||
|
<value>filtered</value>
|
||||||
|
<value>unfiltered</value>
|
||||||
|
</choice>
|
||||||
|
</attribute>
|
||||||
|
</define>
|
||||||
</grammar>
|
</grammar>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user