提交 749ebfd8 编写于 作者: E Erik Skultety

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.
上级 cea1b86f
...@@ -1193,12 +1193,7 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册