mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user