]> xenbits.xensource.com Git - libvirt.git/commitdiff
Cleanup some tabs issues
authorDaniel Veillard <veillard@redhat.com>
Tue, 12 Oct 2010 14:12:08 +0000 (16:12 +0200)
committerDaniel Veillard <veillard@redhat.com>
Tue, 12 Oct 2010 17:26:09 +0000 (19:26 +0200)
docs/schemas/domain.rng

index 6cbace07e1a1a6750a1fdae3d8f79e61baa0cbff..1cb77bba119596e2f71906ed1211bf8a3af333af 100644 (file)
 
       <!-- All the memory/swap related tunables would go in the memtune -->
       <optional>
-       <element name="memtune">
-         <!-- Maximum memory the VM can use -->
-         <optional>
-           <element name="hard_limit">
-             <ref name="memoryKB"/>
-           </element>
-         </optional>
-         <!-- Minimum memory ascertained for the VM during contention -->
-         <optional>
-           <element name="soft_limit">
-             <ref name="memoryKB"/>
-           </element>
-         </optional>
-         <!-- Minimum amount of memory required to start the VM -->
-         <optional>
-           <element name="min_guarantee">
-             <ref name="memoryKB"/>
-           </element>
-         </optional>
-         <!-- Maximum swap area the VM can use -->
-         <optional>
-           <element name="swap_hard_limit">
-             <ref name="memoryKB"/>
-           </element>
-         </optional>
-       </element>
+        <element name="memtune">
+          <!-- Maximum memory the VM can use -->
+          <optional>
+            <element name="hard_limit">
+              <ref name="memoryKB"/>
+            </element>
+          </optional>
+          <!-- Minimum memory ascertained for the VM during contention -->
+          <optional>
+            <element name="soft_limit">
+              <ref name="memoryKB"/>
+            </element>
+          </optional>
+          <!-- Minimum amount of memory required to start the VM -->
+          <optional>
+            <element name="min_guarantee">
+              <ref name="memoryKB"/>
+            </element>
+          </optional>
+          <!-- Maximum swap area the VM can use -->
+          <optional>
+            <element name="swap_hard_limit">
+              <ref name="memoryKB"/>
+            </element>
+          </optional>
+        </element>
       </optional>
 
       <optional>