mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
parent
dcd0f6d724
commit
c4caa012c2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user