提交 c4caa012 编写于 作者: P Peter Krempa

schema: Rename option 'hypervtristate' to 'featurestate'

Change the RelaxNG schema option name so that it can be reused for
non-hyperv feature flags.
上级 dcd0f6d7
...@@ -4119,17 +4119,17 @@ ...@@ -4119,17 +4119,17 @@
<interleave> <interleave>
<optional> <optional>
<element name="relaxed"> <element name="relaxed">
<ref name="hypervtristate"/> <ref name="featurestate"/>
</element> </element>
</optional> </optional>
<optional> <optional>
<element name="vapic"> <element name="vapic">
<ref name="hypervtristate"/> <ref name="featurestate"/>
</element> </element>
</optional> </optional>
<optional> <optional>
<element name="spinlocks"> <element name="spinlocks">
<ref name="hypervtristate"/> <ref name="featurestate"/>
<optional> <optional>
<attribute name="retries"> <attribute name="retries">
<data type="unsignedInt"/> <data type="unsignedInt"/>
...@@ -4141,7 +4141,7 @@ ...@@ -4141,7 +4141,7 @@
</element> </element>
</define> </define>
<define name="hypervtristate"> <define name="featurestate">
<attribute name="state"> <attribute name="state">
<choice> <choice>
<value>on</value> <value>on</value>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册