mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15:21 +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"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="sgio">
|
||||
<choice>
|
||||
<value>filtered</value>
|
||||
<value>unfiltered</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<ref name="sgIO"/>
|
||||
</optional>
|
||||
<interleave>
|
||||
<choice>
|
||||
@ -3680,12 +3675,7 @@
|
||||
<value>scsi</value>
|
||||
</attribute>
|
||||
<optional>
|
||||
<attribute name="sgio">
|
||||
<choice>
|
||||
<value>filtered</value>
|
||||
<value>unfiltered</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<ref name="sgIO"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<ref name="rawIO"/>
|
||||
@ -5190,4 +5180,12 @@
|
||||
<ref name="virYesNo"/>
|
||||
</attribute>
|
||||
</define>
|
||||
<define name="sgIO">
|
||||
<attribute name="sgio">
|
||||
<choice>
|
||||
<value>filtered</value>
|
||||
<value>unfiltered</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</define>
|
||||
</grammar>
|
||||
|
Loading…
Reference in New Issue
Block a user