[libvirt] [PATCH 01/23] schema: Rename option to make it reusable

Peter Krempa pkrempa at redhat.com
Mon Oct 14 12:57:24 UTC 2013


---
 docs/schemas/domaincommon.rng | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 10b017f..14b6700 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -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>
-- 
1.8.3.2




More information about the libvir-list mailing list