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:
Erik Skultety 2015-04-20 09:49:36 +02:00
parent cea1b86fa7
commit 749ebfd8f8

View File

@ -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>