]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
schema: Rename option 'hypervtristate' to 'featurestate'
authorPeter Krempa <pkrempa@redhat.com>
Mon, 23 Sep 2013 12:59:28 +0000 (14:59 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 15 Oct 2013 14:42:45 +0000 (16:42 +0200)
Change the RelaxNG schema option name so that it can be reused for
non-hyperv feature flags.

docs/schemas/domaincommon.rng

index 10b017f0e6ee9d5f049d5898d20f565c9288f8b8..14b6700d691cb6e51ed0f8b1bdfe902062a74672 100644 (file)
       <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"/>
     </element>
   </define>
 
-  <define name="hypervtristate">
+  <define name="featurestate">
     <attribute name="state">
       <choice>
         <value>on</value>