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