]> xenbits.xensource.com Git - libvirt.git/commitdiff
schema: add interleave inside numatune
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 16 Jul 2014 18:35:58 +0000 (20:35 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 16 Jul 2014 18:36:20 +0000 (20:36 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
docs/schemas/domaincommon.rng

index a0ea3003a046c78e047cbe5641b881731520e7e5..fb5bdb3a24e4c136ee5d42ec432b2d23ef87272f 100644 (file)
         </element>
       </optional>
       <zeroOrMore>
-        <element name="memnode">
-          <attribute name="cellid">
-            <ref name="unsignedInt"/>
-          </attribute>
-          <attribute name="mode">
-            <choice>
-              <value>strict</value>
-              <value>preferred</value>
-              <value>interleave</value>
-            </choice>
-          </attribute>
-          <attribute name='nodeset'>
-            <ref name='cpuset'/>
-          </attribute>
-        </element>
+        <interleave>
+          <element name="memnode">
+            <attribute name="cellid">
+              <ref name="unsignedInt"/>
+            </attribute>
+            <attribute name="mode">
+              <choice>
+                <value>strict</value>
+                <value>preferred</value>
+                <value>interleave</value>
+              </choice>
+            </attribute>
+            <attribute name='nodeset'>
+              <ref name='cpuset'/>
+            </attribute>
+          </element>
+        </interleave>
       </zeroOrMore>
     </element>
   </define>