[libvirt] [PATCHv2 1/5] schema: Rename option to make it reusable

Peter Krempa pkrempa at redhat.com
Thu Sep 26 08:59:00 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 5c5301d..6aee447 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