schema: Rename option 'hypervtristate' to 'featurestate'

Change the RelaxNG schema option name so that it can be reused for
non-hyperv feature flags.
This commit is contained in:
Peter Krempa 2013-09-23 14:59:28 +02:00
parent dcd0f6d724
commit c4caa012c2

View File

@ -4119,17 +4119,17 @@
<interleave>
<optional>
<element name="relaxed">
<ref name="hypervtristate"/>
<ref name="featurestate"/>
</element>
</optional>
<optional>
<element name="vapic">
<ref name="hypervtristate"/>
<ref name="featurestate"/>
</element>
</optional>
<optional>
<element name="spinlocks">
<ref name="hypervtristate"/>
<ref name="featurestate"/>
<optional>
<attribute name="retries">
<data type="unsignedInt"/>
@ -4141,7 +4141,7 @@
</element>
</define>
<define name="hypervtristate">
<define name="featurestate">
<attribute name="state">
<choice>
<value>on</value>